summaryrefslogtreecommitdiff
path: root/test/show-glyphs-advance.c
diff options
context:
space:
mode:
authorSven Neumann <sven@svenfoo.org>2021-01-04 14:06:21 +0100
committerSven Neumann <sven@svenfoo.org>2021-01-04 14:08:38 +0100
commita9ea73ae0ccbac354b34673be214b6e581700c22 (patch)
tree3636696eff294e45a3e418fccf630952d7e6e802 /test/show-glyphs-advance.c
parent0bf2c140d2dc6521c6f925b1757f2d4809eabf18 (diff)
downloadcairo-a9ea73ae0ccbac354b34673be214b6e581700c22.tar.gz
Fix compiler warnings in test suite
Fix some enum mixups, mostly cairo_status_t vs cairo_test_status_t.
Diffstat (limited to 'test/show-glyphs-advance.c')
-rw-r--r--test/show-glyphs-advance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/show-glyphs-advance.c b/test/show-glyphs-advance.c
index 5fe9ec839..e5abc56c7 100644
--- a/test/show-glyphs-advance.c
+++ b/test/show-glyphs-advance.c
@@ -68,7 +68,7 @@ draw (cairo_t *cr, int width, int height)
cairo_scaled_font_t *scaled_font;
cairo_glyph_t *glyphs = xmalloc (NUM_CHARS * sizeof (cairo_glyph_t));
int i;
- cairo_status_t status;
+ cairo_test_status_t status;
/* Paint white background. */
cairo_set_source_rgb (cr, 1, 1, 1);