recording: Copy across the is-clear? during snapshotting

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55799
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-10-11 17:00:57 +01:00
parent ed720007ba
commit db488a1703

View file

@ -1431,7 +1431,7 @@ _cairo_recording_surface_snapshot (void *abstract_other)
surface->extents = other->extents;
surface->unbounded = other->unbounded;
surface->base.is_clear = TRUE;
surface->base.is_clear = other->base.is_clear;
surface->bbtree.left = surface->bbtree.right = NULL;
surface->bbtree.chain = INVALID_CHAIN;