aboutsummaryrefslogtreecommitdiff
path: root/pixman/pixman/pixman-glyph.c
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/pixman/pixman-glyph.c')
-rw-r--r--pixman/pixman/pixman-glyph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman/pixman-glyph.c b/pixman/pixman/pixman-glyph.c
index 15b3f1fea..6d2c8bbb7 100644
--- a/pixman/pixman/pixman-glyph.c
+++ b/pixman/pixman/pixman-glyph.c
@@ -508,7 +508,7 @@ add_glyphs (pixman_glyph_cache_t *cache,
uint32_t glyph_flags = 0;
pixman_composite_func_t func = NULL;
pixman_implementation_t *implementation = NULL;
- uint32_t dest_format;
+ pixman_format_code_t dest_format;
uint32_t dest_flags;
pixman_box32_t dest_box;
pixman_composite_info_t info;