summaryrefslogtreecommitdiff
path: root/src/cairo-surface-subsurface-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-07-10 10:43:40 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-07-10 11:16:19 +0100
commiteb85ab998b606144daf025285968a5d6031b9aa6 (patch)
tree1f0e7beb65ee2947143665e32fe6b91cb3098742 /src/cairo-surface-subsurface-private.h
parent59c83117d77f58e9cb64aaa6b572fab62fb31c6b (diff)
downloadcairo-eb85ab998b606144daf025285968a5d6031b9aa6.tar.gz
subsurface: Don't assume we ever own the target.
Andrea pointed out that snapshots can be shared, and so the subsurface should not be calling finish even on a snapshot.
Diffstat (limited to 'src/cairo-surface-subsurface-private.h')
-rw-r--r--src/cairo-surface-subsurface-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-surface-subsurface-private.h b/src/cairo-surface-subsurface-private.h
index 6410abdef..435e1eb83 100644
--- a/src/cairo-surface-subsurface-private.h
+++ b/src/cairo-surface-subsurface-private.h
@@ -44,7 +44,6 @@ struct _cairo_surface_subsurface {
cairo_rectangle_int_t extents;
cairo_surface_t *target;
- cairo_bool_t owns_target;
};
#endif /* CAIRO_SURFACE_SUBSURFACE_PRIVATE_H */