mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 15:48:00 +02:00
[meta] Copy extents on snapshotting.
Need to copy across the extents as well when snapshotting.
This commit is contained in:
parent
f4019be7bd
commit
f353ba46a3
1 changed files with 1 additions and 0 deletions
|
|
@ -582,6 +582,7 @@ _cairo_meta_surface_snapshot (void *abstract_other)
|
|||
|
||||
meta->width_pixels = other->width_pixels;
|
||||
meta->height_pixels = other->height_pixels;
|
||||
meta->extents = other->extents;
|
||||
meta->replay_start_idx = other->replay_start_idx;
|
||||
meta->content = other->content;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue