diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-18 17:46:14 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-19 00:29:00 +0100 |
commit | c12533b1358c9e5c1c3440efca4dc44ba2de9f6d (patch) | |
tree | 8b3700b3ca15f0365b8d8cce0db2cd8d33bdb31f /src/cairoint.h | |
parent | 2213c447373b600c1583b2edd24775c5c031231c (diff) |
[pattern] Add _cairo_pattern_fini_snapshot
Symmetric operation to _cairo_pattern_init_snapshot() this exists simply
to break the circular reference between the meta-surface and snapshot-cow.
Diffstat (limited to 'src/cairoint.h')
-rw-r--r-- | src/cairoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cairoint.h b/src/cairoint.h index f5968f3c..6b125946 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -2498,6 +2498,9 @@ _cairo_pattern_init_radial (cairo_radial_pattern_t *pattern, cairo_private void _cairo_pattern_fini (cairo_pattern_t *pattern); +cairo_private void +_cairo_pattern_fini_snapshot (cairo_pattern_t *pattern); + cairo_private cairo_pattern_t * _cairo_pattern_create_solid (const cairo_color_t *color, cairo_content_t content); |