summaryrefslogtreecommitdiff
path: root/test/pixman-rotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pixman-rotate.c')
-rw-r--r--test/pixman-rotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pixman-rotate.c b/test/pixman-rotate.c
index 5c6fe4140..93ed42b30 100644
--- a/test/pixman-rotate.c
+++ b/test/pixman-rotate.c
@@ -28,7 +28,7 @@ draw (cairo_t *cr, int width, int height)
cairo_t *cr2;
stamp = cairo_surface_create_similar (cairo_get_target (cr),
- CAIRO_FORMAT_ARGB32,
+ CAIRO_CONTENT_COLOR_ALPHA,
WIDTH, HEIGHT);
cr2 = cairo_create (stamp);
{