mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 08:58:29 +02:00
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:
parent
ed720007ba
commit
db488a1703
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue