]> Dogcows Code - chaz/openbox/commitdiff
ifdef helps
authorMikael Magnusson <mikachu@comhem.se>
Tue, 26 Jul 2005 08:02:13 +0000 (08:02 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Tue, 26 Jul 2005 08:02:13 +0000 (08:02 +0000)
render/font.c

index 4f64f5e381d26397ec1e14b3a5dc7ddd2115c2ba..141ce80754158f99cd30170bcbcb127cf5ca6105 100644 (file)
@@ -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)
This page took 0.021718 seconds and 4 git commands to generate.