Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
reverted uint/ulong introduction
[dmenu.git]
/
config.h
diff --git
a/config.h
b/config.h
index
5af4304
..
a2c3fa4
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-7,8
+7,8
@@
static const char *normfgcolor = "#000000";
static const char *selbgcolor = "#0066ff";
static const char *selfgcolor = "#ffffff";
static const char *selbgcolor = "#0066ff";
static const char *selfgcolor = "#ffffff";
-static u
int spaceitem
= 30; /* px between menu items */
+static u
nsigned int spaceitem
= 30; /* px between menu items */
#ifdef XINERAMA
#ifdef XINERAMA
-static u
int xidx
= 0; /* Xinerama screen index to use */
+static u
nsigned int xidx
= 0; /* Xinerama screen index to use */
#endif
#endif