summaryrefslogtreecommitdiff
path: root/test/mask-ctm.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mask-ctm.c')
-rw-r--r--test/mask-ctm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mask-ctm.c b/test/mask-ctm.c
index 1fd48285e..6bc9992a3 100644
--- a/test/mask-ctm.c
+++ b/test/mask-ctm.c
@@ -36,7 +36,7 @@ draw (cairo_t *cr, int width, int height)
{
cairo_surface_t *mask_surface;
cairo_pattern_t *mask;
- unsigned long data[] = {
+ uint32_t data[] = {
0x80000000, 0x80000000,
0x80000000, 0x80000000,
};