diff options
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r-- | perf/cairo-perf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h index b6c502c6..139de8e5 100644 --- a/perf/cairo-perf.h +++ b/perf/cairo-perf.h @@ -94,7 +94,7 @@ typedef struct _cairo_perf { } cairo_perf_t; typedef cairo_perf_ticks_t -(*cairo_perf_func_t) (cairo_t *cr, int width, int height); +(*cairo_perf_func_t) (cairo_t *cr, int width, int height, int loops); cairo_bool_t cairo_perf_can_run (cairo_perf_t *perf, |