gdk: Try harder at tracking drawing contexts
If gdk_cairo_create() is called within a frame draw operation, we can still associate the Cairo context with a GdkDrawingContext.
This commit is contained in:
@ -451,6 +451,8 @@ void gdk_cairo_surface_mark_as_direct (cairo_surface_t *surface,
|
||||
GdkWindow *window);
|
||||
cairo_region_t *gdk_cairo_region_from_clip (cairo_t *cr);
|
||||
|
||||
void gdk_cairo_set_drawing_context (cairo_t *cr,
|
||||
GdkDrawingContext *context);
|
||||
|
||||
/*************************************
|
||||
* Interfaces used by windowing code *
|
||||
|
||||
Reference in New Issue
Block a user