mirror of
https://github.com/brl/mutter.git
synced 2025-06-28 16:03:04 +00:00
backends: Remove x/y arguments from MetaCursorTracker::cursor-moved
Make this signal a hint, the actual coordinates should be queried to the cursor tracker, the device, the seat... There's enough options. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403
This commit is contained in:
@ -394,8 +394,6 @@ sync_cursor_state (MetaScreenCastWindowStreamSrc *window_src)
|
||||
|
||||
static void
|
||||
cursor_moved (MetaCursorTracker *cursor_tracker,
|
||||
float x,
|
||||
float y,
|
||||
MetaScreenCastWindowStreamSrc *window_src)
|
||||
{
|
||||
sync_cursor_state (window_src);
|
||||
|
Reference in New Issue
Block a user