After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726187 - Use GDK's current window tracking when synthesizing events in GTK+
Use GDK's current window tracking when synthesizing events in GTK+
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-03-12 17:05 UTC by Owen Taylor
Modified: 2014-03-13 03:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use GDK's current window tracking when synthesizing events in GTK+ (9.77 KB, patch)
2014-03-12 17:05 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2014-03-12 17:05:36 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.
Comment 1 Owen Taylor 2014-03-12 17:05:38 UTC
Created attachment 271624 [details] [review]
Use GDK's current window tracking when synthesizing events in GTK+
Comment 2 Matthias Clasen 2014-03-13 03:05:07 UTC
Attachment 271624 [details] pushed as 40b6d90 - Use GDK's current window tracking when synthesizing events in GTK+