quartz: Rename declaration of _cairo_quartz_create_cgimage

The function was renamed in 81efbc1847
but the prototype was not updated.

Silences the warning:
cairo-quartz-surface.c:165: warning: no previous prototype for 'CairoQuartzCreateCGImage'

Along with 0c620080af, fixes
https://bugs.freedesktop.org/show_bug.cgi?id=40082
This commit is contained in:
Jesse van den Kieboom 2011-08-14 18:12:28 +02:00 committed by Andrea Canciani
parent 968eb30bba
commit b0aec95c8e

View file

@ -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,