summaryrefslogtreecommitdiff
path: root/perf/micro/glyphs.c
diff options
context:
space:
mode:
Diffstat (limited to 'perf/micro/glyphs.c')
-rw-r--r--perf/micro/glyphs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf/micro/glyphs.c b/perf/micro/glyphs.c
index ae70a8e6..74c67eee 100644
--- a/perf/micro/glyphs.c
+++ b/perf/micro/glyphs.c
@@ -27,7 +27,7 @@
#include "cairo-perf.h"
-static cairo_perf_ticks_t
+static cairo_time_t
do_glyphs (double font_size,
cairo_antialias_t antialias,
cairo_t *cr, int width, int height, int loops)
@@ -142,7 +142,7 @@ count_glyphs (double font_size,
}
#define DECL(name,size, aa) \
-static cairo_perf_ticks_t \
+static cairo_time_t \
do_glyphs##name (cairo_t *cr, int width, int height, int loops) \
{ \
return do_glyphs (size, aa, cr, width, height, loops); \