mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 11:28:09 +02:00
quartz: Rename declaration of _cairo_quartz_create_cgimage
The function was renamed in81efbc1847but the prototype was not updated. Silences the warning: cairo-quartz-surface.c:165: warning: no previous prototype for 'CairoQuartzCreateCGImage' Along with0c620080af, fixes https://bugs.freedesktop.org/show_bug.cgi?id=40082
This commit is contained in:
parent
968eb30bba
commit
b0aec95c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue