summaryrefslogtreecommitdiff
path: root/test/source-clip.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/source-clip.c')
-rw-r--r--test/source-clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source-clip.c b/test/source-clip.c
index 73be6b432..f479e485a 100644
--- a/test/source-clip.c
+++ b/test/source-clip.c
@@ -43,7 +43,7 @@ draw (cairo_t *cr, int width, int height)
cairo_t *cr2;
source_surface = cairo_surface_create_similar (cairo_get_target (cr),
- CAIRO_FORMAT_ARGB32,
+ CAIRO_CONTENT_COLOR_ALPHA,
SIZE, SIZE);
cr2 = cairo_create (source_surface);