summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkevents.c')
-rw-r--r--gdk/gdkevents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c
index 08e47ace9f..af94ecbffb 100644
--- a/gdk/gdkevents.c
+++ b/gdk/gdkevents.c
@@ -950,7 +950,7 @@ gdk_event_request_motions (const GdkEventMotion *event)
gdk_device_get_state (event->device, event->window, NULL, NULL);
display = gdk_drawable_get_display (event->window);
- display->pointer_info.motion_hint_paused = FALSE;
+ _gdk_display_enable_motion_hints (display);
}
}