Fix prototype of gdk_device_win32_warp

https://bugzilla.gnome.org/show_bug.cgi?id=704171
This commit is contained in:
Erik van Pienbroek 2013-07-13 22:53:24 +02:00 committed by Kalev Lember
parent 9ea08fae04
commit 4c2d461286

View File

@ -41,8 +41,8 @@ static void gdk_device_win32_set_window_cursor (GdkDevice *device,
GdkCursor *cursor);
static void gdk_device_win32_warp (GdkDevice *device,
GdkScreen *screen,
gint x,
gint y);
gdouble x,
gdouble y);
static void gdk_device_win32_query_state (GdkDevice *device,
GdkWindow *window,
GdkWindow **root_window,