diff options
-rw-r--r-- | gdk/x11/gdkinput-none.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkinput-none.c b/gdk/x11/gdkinput-none.c index 1b392d227a..a799aa5497 100644 --- a/gdk/x11/gdkinput-none.c +++ b/gdk/x11/gdkinput-none.c @@ -63,7 +63,7 @@ _gdk_device_get_history (GdkDevice *device, void _gdk_input_select_events (GdkWindow *impl_window, - GdkDevicePrivate *gdkdev) + GdkDevice *device) { } |