From: ellson Date: Tue, 29 Aug 2006 20:33:16 +0000 (+0000) Subject: gently adding some more quartz bits... X-Git-Tag: LAST_LIBGRAPH~32^2~5925 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee44c2d0854ec751902fa031a6794362b315ca7a;p=graphviz gently adding some more quartz bits... --- diff --git a/plugin/pango/gvrender_pango.c b/plugin/pango/gvrender_pango.c index a05fbeffc..4019477d6 100644 --- a/plugin/pango/gvrender_pango.c +++ b/plugin/pango/gvrender_pango.c @@ -92,6 +92,14 @@ static int dotted_len = ARRAY_SIZE(dotted); #include #endif +#ifdef CAIRO_HAS_QUARTZ_SURFACE +#include +#endif + +#ifdef CAIRO_HAS_GLITZ +#include +#endif + #if defined(HAVE_FENV_H) && defined(HAVE_FESETENV) && defined(HAVE_FEGETENV) && defined(HAVE_FEENABLEEXCEPT) /* place to save fp environment temporarily */ static fenv_t fenv; /* FIXME - not thread safe */ @@ -186,6 +194,10 @@ static void cairogen_begin_page(GVJ_t * job) #ifdef CAIRO_HAS_GLITZ_SURFACE case FORMAT_GLITZ: break; +#endif +#ifdef CAIRO_HAS_QUARTZ_SURFACE + case FORMAT_QUARTZ: + break; #endif default: break;