summaryrefslogtreecommitdiff
path: root/src/cairo-clip-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-08-29 14:15:07 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-08-29 17:12:31 +0100
commit8a323d7c8998f308fc222d65badb1289e3f7fb54 (patch)
treee8da2aef5f951e485098a9efd46c49e1d2bc4ba2 /src/cairo-clip-private.h
parent21225a7163bc93d34d3e395c840faaba24046bb6 (diff)
downloadcairo-8a323d7c8998f308fc222d65badb1289e3f7fb54.tar.gz
[clip] Apply surface offset when combining with clip mask
In order to correctly combine the clip mask with the compositing mask the clip path must be offset so that it is relative to the destination surface.
Diffstat (limited to 'src/cairo-clip-private.h')
-rw-r--r--src/cairo-clip-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-clip-private.h b/src/cairo-clip-private.h
index f8faa75a1..131d4c7ef 100644
--- a/src/cairo-clip-private.h
+++ b/src/cairo-clip-private.h
@@ -116,7 +116,7 @@ _cairo_clip_get_surface (cairo_clip_t *clip, cairo_surface_t *dst);
cairo_private cairo_status_t
_cairo_clip_combine_with_surface (cairo_clip_t *clip,
cairo_surface_t *dst,
- int dst_x, int dst_y);
+ const cairo_rectangle_int_t *extents);
cairo_private cairo_int_status_t
_cairo_clip_get_region (cairo_clip_t *clip,