Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cairo] FLush surface on cairo_destroy()
When discussing the implications of snapshot cow, one of the questions that we raised was what happens on cairo_destroy()? The lifetime of the context implicitly marks the extents of the drawing operations, typically the expose event (or perhaps one phase of it). Therefore at the end of the sequence we implicitly wish to flush the graphics events to the surface.
- Loading branch information