From d4d0fcb4a8055f1fdd24fc5b7b64bb55d55e1485 Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Mon, 10 Aug 2009 17:43:31 +0100 Subject: [quartz] Compile fix for show_glyphs Correct the prototype for _cairo_quartz_surface_show_glyphs(). --- src/cairo-quartz-surface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/cairo-quartz-surface.c b/src/cairo-quartz-surface.c index f7b7acd4..cc4a8ae8 100644 --- a/src/cairo-quartz-surface.c +++ b/src/cairo-quartz-surface.c @@ -2052,8 +2052,8 @@ _cairo_quartz_surface_show_glyphs (void *abstract_surface, cairo_glyph_t *glyphs, int num_glyphs, cairo_scaled_font_t *scaled_font, - int *remaining_glyphs, - cairo_clip_t *clip) + cairo_clip_t *clip, + int *remaining_glyphs) { CGAffineTransform textTransform, ctm; #define STATIC_BUF_SIZE 64 -- cgit v1.2.3