summaryrefslogtreecommitdiff
path: root/test/paint-with-alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/paint-with-alpha.c')
-rw-r--r--test/paint-with-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/paint-with-alpha.c b/test/paint-with-alpha.c
index f4734afdb..552c062f3 100644
--- a/test/paint-with-alpha.c
+++ b/test/paint-with-alpha.c
@@ -35,7 +35,7 @@ static cairo_test_status_t
draw (cairo_t *cr, int width, int height)
{
cairo_surface_t *surface;
- unsigned long data[16] = {
+ uint32_t data[16] = {
0xffffffff, 0xffffffff, 0xffff0000, 0xffff0000,
0xffffffff, 0xffffffff, 0xffff0000, 0xffff0000,