mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
gdk: Only trigger motion hints machinery on motion events
Touch events have no need for it, plus the concept behind gdk_event_request_motions() doesn't wrap around multiple touches within a device.
This commit is contained in:
parent
2f2774b7a9
commit
0a80c26cdf
@ -9395,6 +9395,7 @@ proxy_pointer_event (GdkDisplay *display,
|
||||
is_hint = FALSE;
|
||||
|
||||
if (event_win &&
|
||||
source_event->type == GDK_MOTION_NOTIFY &&
|
||||
(evmask & GDK_POINTER_MOTION_HINT_MASK))
|
||||
{
|
||||
gulong *device_serial;
|
||||
|
Loading…
Reference in New Issue
Block a user