gdk: Pass the GdkWindow to resize_cairo_surface vfunc
So it's in sync with all the other vfuncs.
This commit is contained in:
@ -152,7 +152,7 @@ struct _GdkWindowImplClass
|
||||
gboolean recursing,
|
||||
gboolean foreign_destroy);
|
||||
|
||||
cairo_surface_t * (* resize_cairo_surface) (GdkDrawable *window,
|
||||
cairo_surface_t * (* resize_cairo_surface) (GdkWindow *window,
|
||||
cairo_surface_t *surface,
|
||||
gint width,
|
||||
gint height);
|
||||
|
||||
Reference in New Issue
Block a user