summaryrefslogtreecommitdiff
path: root/src/cairo-meta-surface-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-10-13 16:55:14 +0000
committerCarl Worth <cworth@cworth.org>2005-10-13 16:55:14 +0000
commit31a561e2c233ab93c6e644e00d8e6d26e12b9bef (patch)
tree34ada241e0e2ed5f8797dcec2f75fa0a313e18dc /src/cairo-meta-surface-private.h
parent097f240c6d2403f1a3530c61a8c437444f936d97 (diff)
Push fill_path fallbacks down from gstate into the surface where all the other fallbacks are.
Add _cairo_surface_is_meta. Add antialias to the fill_path meta-surface command. Add an antialias parameter to the backend fill_path function. Fix test description. Reviewed by: keithp
Diffstat (limited to 'src/cairo-meta-surface-private.h')
-rw-r--r--src/cairo-meta-surface-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cairo-meta-surface-private.h b/src/cairo-meta-surface-private.h
index 0a80fe70..975d596c 100644
--- a/src/cairo-meta-surface-private.h
+++ b/src/cairo-meta-surface-private.h
@@ -152,4 +152,7 @@ cairo_private cairo_int_status_t
_cairo_meta_surface_replay (cairo_surface_t *surface,
cairo_surface_t *target);
+cairo_private cairo_bool_t
+_cairo_surface_is_meta (const cairo_surface_t *surface);
+
#endif /* CAIRO_META_SURFACE_H */