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.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:
Carlos Garnacho
2020-07-10 00:40:55 +02:00
committed by Marge Bot
parent 8a8d47725c
commit 7a2a2445c3
6 changed files with 3 additions and 25 deletions

View File

@ -369,8 +369,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);