gdk: Pass the GdkWindow to resize_cairo_surface vfunc
So it's in sync with all the other vfuncs.
This commit is contained in:
@ -1048,7 +1048,7 @@ _gdk_x11_window_destroy (GdkWindow *window,
|
||||
}
|
||||
|
||||
static cairo_surface_t *
|
||||
gdk_window_x11_resize_cairo_surface (GdkDrawable *window,
|
||||
gdk_window_x11_resize_cairo_surface (GdkWindow *window,
|
||||
cairo_surface_t *surface,
|
||||
gint width,
|
||||
gint height)
|
||||
|
||||
Reference in New Issue
Block a user