aboutsummaryrefslogtreecommitdiff
path: root/dmenu.h
diff options
context:
space:
mode:
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 };