Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
_cairo_xcb_surface_ensure_picture: Check fallback
When an XCB surface's fallback member is not NULL, we did some rendering that the X server couldn't do for us and thus did that internally in cairo instead. This means the X drawable's content is out of date and should not be used for drawing anything. This adds an assert which checks for that situation. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
- Loading branch information