[cairo-commit] src/cairo-quartz-private.h

Andrea Canciani ranma42 at kemper.freedesktop.org
Sat Sep 3 10:06:57 PDT 2011


 src/cairo-quartz-private.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b0aec95c8e43622c942c08d6dd8f6ab032983ed5
Author: Jesse van den Kieboom <jessevdk at gnome.org>
Date:   Sun Aug 14 18:12:28 2011 +0200

    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

diff --git a/src/cairo-quartz-private.h b/src/cairo-quartz-private.h
index 7edc742..474ec15 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,


More information about the cairo-commit mailing list