aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-06-13 11:46:50 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-06-13 11:46:50 +0100
commita45f106d3c6e253109dd47b6a193f991c7bde203 (patch)
treef0f49829715bc5b3f8203a441c117ae4eaf471ff /config.h
parent596033b7818f5ff126ec6c62c375afc4c1e32dda (diff)
downloaddmenu-a45f106d3c6e253109dd47b6a193f991c7bde203.tar.gz
dmenu-a45f106d3c6e253109dd47b6a193f991c7bde203.tar.bz2
dmenu-a45f106d3c6e253109dd47b6a193f991c7bde203.zip
cosmetic fixes
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 1afae6f..73cfe00 100644
--- a/config.h
+++ b/config.h
@@ -6,5 +6,5 @@
#define NORMFGCOLOR "#000000"
#define SELBGCOLOR "#0066ff"
#define SELFGCOLOR "#ffffff"
-/* next macro defines the space between menu items */
-#define SPACE 30 /* px */
+
+static uint spaceitem = 30; /* px between menu items */