summaryrefslogtreecommitdiff
path: root/test/translate-show-surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/translate-show-surface.c')
-rw-r--r--test/translate-show-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/translate-show-surface.c b/test/translate-show-surface.c
index 5a566bcb1..d81ed1ad0 100644
--- a/test/translate-show-surface.c
+++ b/test/translate-show-surface.c
@@ -53,7 +53,7 @@ static cairo_test_status_t
draw (cairo_t *cr, int width, int height)
{
cairo_surface_t *surface;
- unsigned long colors[4] = {
+ uint32_t colors[4] = {
0xffffffff, 0xffff0000,
0xff00ff00, 0xff0000ff
};