Define Cairo functions prototypes only when support is enabled
This commit is contained in:
parent
68cecd5382
commit
70ebfb831b
|
|
@ -92,7 +92,6 @@ extern void grInformDriver();
|
||||||
/* C99 compat */
|
/* C99 compat */
|
||||||
extern bool GrReadGlyphs();
|
extern bool GrReadGlyphs();
|
||||||
extern bool GrBoxOutline();
|
extern bool GrBoxOutline();
|
||||||
extern bool grtcairoLoadFont();
|
|
||||||
extern int xloop_create();
|
extern int xloop_create();
|
||||||
extern bool groglLoadFont();
|
extern bool groglLoadFont();
|
||||||
extern void GrX11Close();
|
extern void GrX11Close();
|
||||||
|
|
@ -100,4 +99,8 @@ extern bool grx11LoadFont();
|
||||||
extern void xloop_end();
|
extern void xloop_end();
|
||||||
extern bool groglPreLoadFont();
|
extern bool groglPreLoadFont();
|
||||||
|
|
||||||
|
#ifdef CAIRO
|
||||||
|
extern bool grtcairoLoadFont();
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _GRAPHICSINT_H */
|
#endif /* _GRAPHICSINT_H */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue