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:
committed by
Matthias Clasen
parent
2044fb1a3b
commit
30b3de7778
@@ -9383,6 +9383,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;
|
||||
|
||||
Reference in New Issue
Block a user