GNOME Bugzilla – Bug 726187
Use GDK's current window tracking when synthesizing events in GTK+
Last modified: 2014-03-13 03:05:11 UTC
Add gdk_device_get_last_event_window(), and use to implement the window tracking we need for synthesizing crossing events for sensitivity changes and gtk grabs, rather than keeping the information in qdata and updating it based when GTK+ gets events.
Created attachment 271624 [details] [review] Use GDK's current window tracking when synthesizing events in GTK+
Attachment 271624 [details] pushed as 40b6d90 - Use GDK's current window tracking when synthesizing events in GTK+