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:
@@ -9628,6 +9628,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