]> Dogcows Code - chaz/openbox/commitdiff
--disable-nls disables locale.h which is needed for pango, sort of
authorMikael Magnusson <mikachu@comhem.se>
Wed, 20 Jul 2005 19:51:57 +0000 (19:51 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Wed, 20 Jul 2005 19:51:57 +0000 (19:51 +0000)
render/font.c

index 5324fd30c9272cc0d3ddf1a327dbb9714078a6ba..4f64f5e381d26397ec1e14b3a5dc7ddd2115c2ba 100644 (file)
@@ -28,6 +28,9 @@
 #include <glib.h>
 #include <string.h>
 #include <stdlib.h>
+#if USE_PANGO && !ENABLE_NLS
+#include <locale.h>
+#endif
 
 #define ELIPSES "..."
 #define ELIPSES_LENGTH(font) \
This page took 0.021855 seconds and 4 git commands to generate.