mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 15:48:00 +02:00
cairo-nquartz.h: Add missing cairo_public decorators.
This commit is contained in:
parent
6c01b2ffb3
commit
ae355453d8
1 changed files with 5 additions and 5 deletions
|
|
@ -46,29 +46,29 @@
|
|||
|
||||
CAIRO_BEGIN_DECLS
|
||||
|
||||
cairo_surface_t *
|
||||
cairo_public cairo_surface_t *
|
||||
cairo_nquartz_surface_create (cairo_format_t format,
|
||||
unsigned int width,
|
||||
unsigned int height);
|
||||
|
||||
#ifdef CAIRO_NQUARTZ_SUPPORT_AGL
|
||||
cairo_surface_t *
|
||||
cairo_public cairo_surface_t *
|
||||
cairo_nquartz_surface_create_for_agl_context (AGLContext aglContext,
|
||||
unsigned int width,
|
||||
unsigned int height,
|
||||
cairo_bool_t y_grows_down);
|
||||
#endif
|
||||
|
||||
cairo_surface_t *
|
||||
cairo_public cairo_surface_t *
|
||||
cairo_nquartz_surface_create_for_cg_context (CGContextRef cgContext,
|
||||
unsigned int width,
|
||||
unsigned int height,
|
||||
cairo_bool_t y_grows_down);
|
||||
|
||||
cairo_bool_t
|
||||
cairo_public cairo_bool_t
|
||||
cairo_surface_is_nquartz (cairo_surface_t *surf);
|
||||
|
||||
CGContextRef
|
||||
cairo_public CGContextRef
|
||||
cairo_nquartz_surface_get_cg_context (cairo_surface_t *surf);
|
||||
|
||||
CAIRO_END_DECLS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue