mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-22 10:18:10 +02:00
Define kCGBitmapByteOrder32Host for when the SDK doesn't define it
(cherry picked from bd9b5d29e39f424e912184dcd0dc2610637d5fdf commit)
This commit is contained in:
parent
5bdcfd1413
commit
e2713057f8
1 changed files with 7 additions and 0 deletions
|
|
@ -50,6 +50,13 @@
|
|||
#define FloatToFixed(a) ((Fixed)((float)(a) * fixed1))
|
||||
#endif
|
||||
|
||||
/* If this isn't defined, we must be building on non-intel,
|
||||
* hence it will be 0.
|
||||
*/
|
||||
#ifndef kCGBitmapByteOrder32Host
|
||||
#define kCGBitmapByteOrder32Host 0
|
||||
#endif
|
||||
|
||||
typedef struct _cairo_atsui_font_face cairo_atsui_font_face_t;
|
||||
typedef struct _cairo_atsui_font cairo_atsui_font_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue