From 03756e042a2916e6c5334e2a00ec503a38e172d4 Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Fri, 3 Oct 2014 09:56:24 +0200 Subject: quartz-image: Fix build The quartz-image backend uses _cairo_surface_is_quartz(), which therefore needs to be made available to it. Fixed as suggested by Bryce in the referenced bugreport. References: https://bugs.freedesktop.org/show_bug.cgi?id=84569 Signed-off-by: Andrea Canciani --- src/cairo-quartz-private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cairo-quartz-private.h') diff --git a/src/cairo-quartz-private.h b/src/cairo-quartz-private.h index f841a49ec..3ef14c3ae 100644 --- a/src/cairo-quartz-private.h +++ b/src/cairo-quartz-private.h @@ -83,6 +83,9 @@ typedef struct cairo_quartz_image_surface { cairo_private cairo_bool_t _cairo_quartz_verify_surface_size(int width, int height); +cairo_private cairo_bool_t +_cairo_surface_is_quartz (const cairo_surface_t *surface); + cairo_private CGImageRef CairoQuartzCreateCGImage (cairo_format_t format, unsigned int width, -- cgit v1.2.1