Merge branch 'fix-signature-mismatch' into 'gtk-3-24'

Fix small oversight in function definition signature

See merge request GNOME/gtk!1751
This commit is contained in:
Matthias Clasen 2020-04-23 18:05:09 +00:00
commit e6e86176dc

View File

@ -646,6 +646,7 @@ gdk_offscreen_window_set_wmfunctions (GdkWindow *window,
static void
gdk_offscreen_window_begin_move_drag (GdkWindow *window,
GdkDevice *device,
gint button,
gint root_x,
gint root_y,