summaryrefslogtreecommitdiff
path: root/test/set-source.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/set-source.c')
-rw-r--r--test/set-source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/set-source.c b/test/set-source.c
index 568935df6..08e9e3e2e 100644
--- a/test/set-source.c
+++ b/test/set-source.c
@@ -37,7 +37,7 @@ draw (cairo_t *cr, int width, int height)
int i;
/* This color value might need to change in the future when we fix
* the rounding in cairo-color.c */
- unsigned long color = 0x7f19334C;
+ uint32_t color = 0x7f19334C;
cairo_surface_t *surface;
cairo_pattern_t *pattern;