summaryrefslogtreecommitdiff
path: root/src/cairo-surface-wrapper-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-07-26 08:33:09 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-07-26 08:42:53 +0100
commitc596483f854a14840ee591304ce08dee3f0edeee (patch)
tree8e2320a199d8cfead553e9d9b792ffe2c6840c36 /src/cairo-surface-wrapper-private.h
parent8ba8534d6225a4340acd1469858067e40f48acc3 (diff)
downloadcairo-c596483f854a14840ee591304ce08dee3f0edeee.tar.gz
record: Check the operation against the target device extents.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-surface-wrapper-private.h')
-rw-r--r--src/cairo-surface-wrapper-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cairo-surface-wrapper-private.h b/src/cairo-surface-wrapper-private.h
index e2e46b30a..cce08e12f 100644
--- a/src/cairo-surface-wrapper-private.h
+++ b/src/cairo-surface-wrapper-private.h
@@ -182,6 +182,10 @@ _cairo_surface_wrapper_is_active (cairo_surface_wrapper_t *wrapper)
return wrapper->target != (cairo_surface_t *) 0;
}
+cairo_private cairo_bool_t
+_cairo_surface_wrapper_get_target_extents (cairo_surface_wrapper_t *wrapper,
+ cairo_rectangle_int_t *extents);
+
CAIRO_END_DECLS
#endif /* CAIRO_SURFACE_WRAPPER_PRIVATE_H */