Add support for client side graphics exposures in gdk_draw_drawable

This commit is contained in:
Alexander Larsson
2009-05-27 17:08:09 +02:00
parent 44c7264bc7
commit 0b586a5ad7
7 changed files with 77 additions and 11 deletions

View File

@ -88,6 +88,7 @@ static void gdk_x11_draw_text_wc (GdkDrawable *drawable,
static void gdk_x11_draw_drawable (GdkDrawable *drawable,
GdkGC *gc,
GdkPixmap *src,
GdkDrawable *original_src,
gint xsrc,
gint ysrc,
gint xdest,
@ -618,6 +619,7 @@ static void
gdk_x11_draw_drawable (GdkDrawable *drawable,
GdkGC *gc,
GdkPixmap *src,
GdkDrawable *original_src,
gint xsrc,
gint ysrc,
gint xdest,