win32: Adapt to GdkWindowImpl api change

This commit is contained in:
Matthias Clasen 2011-11-05 01:11:18 -04:00
parent 250d4331b2
commit 32884e9c16

View File

@ -2481,6 +2481,7 @@ gdk_win32_window_set_static_gravities (GdkWindow *window,
static void static void
gdk_win32_window_begin_resize_drag (GdkWindow *window, gdk_win32_window_begin_resize_drag (GdkWindow *window,
GdkWindowEdge edge, GdkWindowEdge edge,
GdkDevice *device,
gint button, gint button,
gint root_x, gint root_x,
gint root_y, gint root_y,
@ -2549,6 +2550,7 @@ gdk_win32_window_begin_resize_drag (GdkWindow *window,
static void static void
gdk_win32_window_begin_move_drag (GdkWindow *window, gdk_win32_window_begin_move_drag (GdkWindow *window,
GdkDevice *device,
gint button, gint button,
gint root_x, gint root_x,
gint root_y, gint root_y,