]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkpixmap.c
Add support for client side graphics exposures in gdk_draw_drawable
[~andy/gtk] / gdk / gdkpixmap.c
index de735b91f0a3fc6ac765796fbb4efd56148c9e14..e4d8869286b5ac3118c0922900e9f5a0e26df7bf 100644 (file)
@@ -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,