summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-09-15 18:58:50 +0200
committerCarlos Garnacho <carlosg@gnome.org>2017-09-19 18:40:51 +0200
commit44cb3ccfa15d6f840b34f916d733ea393a1620a2 (patch)
tree7967a951e09f6c253994f964d3cf39963b662bf9 /gtk/gtkgesture.c
parent3e1f6721709c60dd17dd41c0aeeb5b80abcd8b21 (diff)
downloadgtk+-44cb3ccfa15d6f840b34f916d733ea393a1620a2.tar.gz
gdk: Remove motion hints
Motion hints are now literally a thing of the past. Everything should be using the full motion event stream.
Diffstat (limited to 'gtk/gtkgesture.c')
-rw-r--r--gtk/gtkgesture.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c
index d170fd067b..67d91535da 100644
--- a/gtk/gtkgesture.c
+++ b/gtk/gtkgesture.c
@@ -722,8 +722,6 @@ gtk_gesture_handle_event (GtkEventController *controller,
{
if ((state & BUTTONS_MASK) == 0)
return FALSE;
-
- gdk_event_request_motions ((GdkEventMotion *)event);
}
if (_gtk_gesture_update_point (gesture, event, FALSE) &&