[meta] Copy extents on snapshotting.

Need to copy across the extents as well when snapshotting.
This commit is contained in:
Chris Wilson 2009-07-04 13:49:35 +01:00
parent f4019be7bd
commit f353ba46a3

View file

@ -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;