gdk: Pass Drawable as argument

We're not passing a GdKWindow here, but the implementation.
This commit is contained in:
Benjamin Otte
2010-11-22 17:27:46 +01:00
parent 072498ae87
commit 62622a94ae
5 changed files with 5 additions and 5 deletions

View File

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