diff --git a/graphics/graphicsInt.h b/graphics/graphicsInt.h index 8b7f55a3..36429843 100644 --- a/graphics/graphicsInt.h +++ b/graphics/graphicsInt.h @@ -92,7 +92,6 @@ extern void grInformDriver(); /* C99 compat */ extern bool GrReadGlyphs(); extern bool GrBoxOutline(); -extern bool grtcairoLoadFont(); extern int xloop_create(); extern bool groglLoadFont(); extern void GrX11Close(); @@ -100,4 +99,8 @@ extern bool grx11LoadFont(); extern void xloop_end(); extern bool groglPreLoadFont(); +#ifdef CAIRO +extern bool grtcairoLoadFont(); +#endif + #endif /* _GRAPHICSINT_H */