Update GdkOffscreenWindow to new draw_drawable prototype

All rendering of drawables on offscreen was broken due to this change which
had not been implemented fully in offscreen windows.
This commit is contained in:
Alexander Larsson 2009-06-04 12:48:23 +02:00
parent 953be03acf
commit cd7afc14fd

View File

@ -281,6 +281,7 @@ static void
gdk_offscreen_window_draw_drawable (GdkDrawable *drawable,
GdkGC *gc,
GdkPixmap *src,
GdkDrawable *original_src,
gint xsrc,
gint ysrc,
gint xdest,