gdk: Pass the GdkWindow to resize_cairo_surface vfunc

So it's in sync with all the other vfuncs.
This commit is contained in:
Benjamin Otte
2010-11-23 02:09:01 +01:00
parent e4c27b0a59
commit 17a0a467a1
6 changed files with 6 additions and 6 deletions

View File

@ -1081,7 +1081,7 @@ _gdk_quartz_window_destroy (GdkWindow *window,
}
static cairo_surface_t *
gdk_window_quartz_resize_cairo_surface (GdkDrawable *drawable,
gdk_window_quartz_resize_cairo_surface (GdkWindow *window,
cairo_surface_t *surface,
gint width,
gint height)