summaryrefslogtreecommitdiff
path: root/gdk/gdkpixmap.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-05-27 17:08:09 +0200
committerAlexander Larsson <alexl@redhat.com>2009-05-27 17:10:32 +0200
commit0b586a5ad7b991cc4c7027a2e36aeccd7f99b545 (patch)
tree9dce294f090bea9da406818cb837a22b3113919a /gdk/gdkpixmap.c
parent44c7264bc7e75c580526324e2ce5ec9876e2933a (diff)
downloadgtk+-0b586a5ad7b991cc4c7027a2e36aeccd7f99b545.tar.gz
Add support for client side graphics exposures in gdk_draw_drawable
Diffstat (limited to 'gdk/gdkpixmap.c')
-rw-r--r--gdk/gdkpixmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkpixmap.c b/gdk/gdkpixmap.c
index de735b91f0..e4d8869286 100644
--- a/gdk/gdkpixmap.c
+++ b/gdk/gdkpixmap.c
@@ -72,6 +72,7 @@ static void gdk_pixmap_draw_text_wc (GdkDrawable *drawable,
static void gdk_pixmap_draw_drawable (GdkDrawable *drawable,
GdkGC *gc,
GdkPixmap *src,
+ GdkPixmap *original_src,
gint xsrc,
gint ysrc,
gint xdest,
@@ -374,6 +375,7 @@ static void
gdk_pixmap_draw_drawable (GdkDrawable *drawable,
GdkGC *gc,
GdkPixmap *src,
+ GdkPixmap *original_src,
gint xsrc,
gint ysrc,
gint xdest,