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:
@ -281,6 +281,7 @@ static void
|
|||||||
gdk_offscreen_window_draw_drawable (GdkDrawable *drawable,
|
gdk_offscreen_window_draw_drawable (GdkDrawable *drawable,
|
||||||
GdkGC *gc,
|
GdkGC *gc,
|
||||||
GdkPixmap *src,
|
GdkPixmap *src,
|
||||||
|
GdkDrawable *original_src,
|
||||||
gint xsrc,
|
gint xsrc,
|
||||||
gint ysrc,
|
gint ysrc,
|
||||||
gint xdest,
|
gint xdest,
|
||||||
|
|||||||
Reference in New Issue
Block a user