mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 02:28:02 +02:00
[atsui] add function prototype for a public 10.4 function that's
This commit is contained in:
parent
50136a7806
commit
0231d18a57
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@
|
|||
#define CG_BITMAP_BYTE_ORDER_FLAG kCGBitmapByteOrder32Host
|
||||
#endif
|
||||
|
||||
/* Public in 10.4, present in 10.3.9 */
|
||||
CG_EXTERN CGRect CGRectApplyAffineTransform (CGRect, CGAffineTransform);
|
||||
|
||||
typedef struct _cairo_atsui_font_face cairo_atsui_font_face_t;
|
||||
typedef struct _cairo_atsui_font cairo_atsui_font_t;
|
||||
typedef struct _cairo_atsui_scaled_path cairo_atsui_scaled_path_t;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue