forked from AuroraMiddleware/gtk
Fix prototype of gdk_device_win32_warp
https://bugzilla.gnome.org/show_bug.cgi?id=704171
This commit is contained in:
parent
9ea08fae04
commit
4c2d461286
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user