summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-private.h
diff options
context:
space:
mode:
authorJesse van den Kieboom <jessevdk@gnome.org>2011-08-14 18:12:28 +0200
committerAndrea Canciani <ranma42@gmail.com>2011-09-03 09:15:48 -0700
commitb0aec95c8e43622c942c08d6dd8f6ab032983ed5 (patch)
treebe6d2c5951539ad73f450da8609ec582ec309ce4 /src/cairo-quartz-private.h
parent968eb30bba1dc942ccd31e4450fdd3bb74c83cb6 (diff)
downloadcairo-b0aec95c8e43622c942c08d6dd8f6ab032983ed5.tar.gz
quartz: Rename declaration of _cairo_quartz_create_cgimage
The function was renamed in 81efbc1847c4b9c08440d76bbc1636b21cac16d8 but the prototype was not updated. Silences the warning: cairo-quartz-surface.c:165: warning: no previous prototype for 'CairoQuartzCreateCGImage' Along with 0c620080afa892f7bb642cc90fb72aafbebad16d, fixes https://bugs.freedesktop.org/show_bug.cgi?id=40082
Diffstat (limited to 'src/cairo-quartz-private.h')
-rw-r--r--src/cairo-quartz-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-quartz-private.h b/src/cairo-quartz-private.h
index 7edc74247..474ec1519 100644
--- a/src/cairo-quartz-private.h
+++ b/src/cairo-quartz-private.h
@@ -84,7 +84,7 @@ cairo_bool_t
_cairo_quartz_verify_surface_size(int width, int height);
CGImageRef
-_cairo_quartz_create_cgimage (cairo_format_t format,
+CairoQuartzCreateCGImage (cairo_format_t format,
unsigned int width,
unsigned int height,
unsigned int stride,