diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-05-27 17:08:09 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-05-27 17:10:32 +0200 |
commit | 0b586a5ad7b991cc4c7027a2e36aeccd7f99b545 (patch) | |
tree | 9dce294f090bea9da406818cb837a22b3113919a /gdk/gdkpixmap.c | |
parent | 44c7264bc7e75c580526324e2ce5ec9876e2933a (diff) | |
download | gtk+-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.c | 2 |
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, |