GNOME Bugzilla – Bug 725525
MetaScreen: use MetaCursorTracker to query the pointer position
Last modified: 2014-03-05 22:10:01 UTC
Functionally equivalent is a big statement: need to check MetaCursorTracker's (as well as GDK's and Clutter's) behavior with HiDPI. And maybe fix it with a good old XIQueryPointer instead of using two GDK calls...
Created attachment 270731 [details] [review] MetaScreen: use MetaCursorTracker to query the pointer position Functionally equivalent in the X11 case, but also correct for Wayland (where the X server doesn't have the updated pointer position).
Review of attachment 270731 [details] [review]: You should probably also fix window_focus_on_pointer_rest_callback in window.c
Pushed. And yay for less XI2 code...