aboutsummaryrefslogtreecommitdiff
path: root/dmenu.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-12-05 13:30:37 +0100
committerarg@mig29 <unknown>2006-12-05 13:30:37 +0100
commit250aa199bbc3f12a538ac3162d8065d44fab8c22 (patch)
treec8f73b3c8de838b5b8009c8115effae4412cfe14 /dmenu.h
parent5d43e9243ce7b3273f2438bec2da170dcc8e329b (diff)
downloaddmenu-250aa199bbc3f12a538ac3162d8065d44fab8c22.tar.gz
dmenu-250aa199bbc3f12a538ac3162d8065d44fab8c22.tar.bz2
dmenu-250aa199bbc3f12a538ac3162d8065d44fab8c22.zip
only setting LC_CTYPE
Diffstat (limited to 'dmenu.h')
-rw-r--r--dmenu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dmenu.h b/dmenu.h
index 1eb57ba..08d7605 100644
--- a/dmenu.h
+++ b/dmenu.h
@@ -3,14 +3,13 @@
*/
#include <X11/Xlib.h>
-#include <X11/Xlocale.h>
#define FONT "fixed"
#define NORMBGCOLOR "#333366"
#define NORMFGCOLOR "#cccccc"
#define SELBGCOLOR "#666699"
#define SELFGCOLOR "#eeeeee"
-#define SPACE 30 /* px */
+#define SPACE 30 /* px */
/* color */
enum { ColFG, ColBG, ColLast };