From: Mikael Magnusson Date: Tue, 26 Jul 2005 08:02:13 +0000 (+0000) Subject: ifdef helps X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=3b83230aafd70dafc97fe1a148873a948044ed9c;p=chaz%2Fopenbox ifdef helps --- diff --git a/render/font.c b/render/font.c index 4f64f5e3..141ce807 100644 --- a/render/font.c +++ b/render/font.c @@ -46,7 +46,9 @@ FcObjectType objs[] = { { OB_SHADOW_ALPHA, FcTypeInteger } }; +#ifdef USE_PANGO static PangoContext *context; +#endif static gboolean started = FALSE; static void font_startup(void)