| 1 | --- src/cairo-quartz-font.c 2008-11-10 10:07:27.000000000 -0800 |
| 2 | +++ src/cairo-quartz-font.c 2008-11-10 10:09:07.000000000 -0800 |
| 3 | @@ -765,6 +765,7 @@ |
| 4 | return ffont->cgFont; |
| 5 | } |
| 6 | |
| 7 | +#ifndef __LP64__ |
| 8 | |
| 9 | /* |
| 10 | * compat with old ATSUI backend |
| 11 | @@ -805,3 +806,5 @@ |
| 12 | { |
| 13 | return cairo_quartz_font_face_create_for_atsu_font_id (font_id); |
| 14 | } |
| 15 | + |
| 16 | +#endif |
| 17 | --- src/cairo-quartz.h 2008-11-10 10:07:27.000000000 -0800 |
| 18 | +++ src/cairo-quartz.h 2008-11-10 10:09:07.000000000 -0800 |
| 19 | @@ -66,8 +66,10 @@ |
| 20 | cairo_public cairo_font_face_t * |
| 21 | cairo_quartz_font_face_create_for_cgfont (CGFontRef font); |
| 22 | |
| 23 | +#ifndef __LP64__ |
| 24 | cairo_public cairo_font_face_t * |
| 25 | cairo_quartz_font_face_create_for_atsu_font_id (ATSUFontID font_id); |
| 26 | +#endif |
| 27 | |
| 28 | #endif /* CAIRO_HAS_QUARTZ_FONT */ |