diff options
author | Benjamin Otte <otte@redhat.com> | 2010-11-22 17:27:46 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-12-02 20:21:02 +0100 |
commit | 62622a94ae6f854b6bfe9a4d1c95acdf78508cd1 (patch) | |
tree | 15a756a8cae8251af5a927da880556443e64d807 /gdk/gdkwindowimpl.h | |
parent | 072498ae87256b5ff2cbf6555128a9791b091245 (diff) | |
download | gtk+-62622a94ae6f854b6bfe9a4d1c95acdf78508cd1.tar.gz |
gdk: Pass Drawable as argument
We're not passing a GdKWindow here, but the implementation.
Diffstat (limited to 'gdk/gdkwindowimpl.h')
-rw-r--r-- | gdk/gdkwindowimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkwindowimpl.h b/gdk/gdkwindowimpl.h index 1c9d81980b..ce7f663b6b 100644 --- a/gdk/gdkwindowimpl.h +++ b/gdk/gdkwindowimpl.h @@ -142,7 +142,7 @@ struct _GdkWindowImplIface gboolean recursing, gboolean foreign_destroy); - cairo_surface_t * (* resize_cairo_surface) (GdkWindow *window, + cairo_surface_t * (* resize_cairo_surface) (GdkDrawable *window, cairo_surface_t *surface, gint width, gint height); |