projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d1048f
)
--disable-nls disables locale.h which is needed for pango, sort of
author
Mikael Magnusson
<mikachu@comhem.se>
Wed, 20 Jul 2005 19:51:57 +0000
(19:51 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Wed, 20 Jul 2005 19:51:57 +0000
(19:51 +0000)
render/font.c
patch
|
blob
|
history
diff --git
a/render/font.c
b/render/font.c
index 5324fd30c9272cc0d3ddf1a327dbb9714078a6ba..4f64f5e381d26397ec1e14b3a5dc7ddd2115c2ba 100644
(file)
--- a/
render/font.c
+++ b/
render/font.c
@@
-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) \