mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
win32: Adapt to GdkWindowImpl api change
This commit is contained in:
parent
250d4331b2
commit
32884e9c16
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user