forked from AuroraMiddleware/gtk
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:
parent
953be03acf
commit
cd7afc14fd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user