diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-04-08 21:06:20 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-04-08 21:06:20 +0000 |
commit | 886dab68d9abaa9d33af1c740d5a992023315724 (patch) | |
tree | a6813c28331592f6ae801994e7c0cba37238d5b0 /pango/pangocairo-atsui.h | |
parent | fb4cb1b32ae77a27160e6719309dc2e39af8d60b (diff) | |
download | pango-886dab68d9abaa9d33af1c740d5a992023315724.tar.gz |
Try making our OS X stuff compile with latest cairo 1.5.x snapshots that
2008-04-08 Behdad Esfahbod <behdad@gnome.org>
* configure.in:
* pango/pangocairo-atsui.h:
* pango/pangocairo-atsuifont.c:
Try making our OS X stuff compile with latest cairo 1.5.x snapshots
that renamed cairo-atsui to cairo-quartz-font.
svn path=/trunk/; revision=2586
Diffstat (limited to 'pango/pangocairo-atsui.h')
-rw-r--r-- | pango/pangocairo-atsui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pangocairo-atsui.h b/pango/pangocairo-atsui.h index 6b97ce88..5b95425c 100644 --- a/pango/pangocairo-atsui.h +++ b/pango/pangocairo-atsui.h @@ -24,7 +24,11 @@ #include "pangoatsui-private.h" #include <pango/pangocairo.h> +#ifdef CAIRO_HAS_QUARTZ_FONT +#include <cairo-quartz-font.h> +#else #include <cairo-atsui.h> +#endif G_BEGIN_DECLS |