aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorPremysl Hruby2008-07-18 10:57:32 +0200
committerPremysl Hruby2008-07-18 10:57:32 +0200
commit4e386ab7c2fd9af6ceb3615d93ec5012a1ca98e4 (patch)
treeb476eceb4534c9d82dbebc5af390701245655e5f /config.def.h
parent0cea9834fc804d292e4b2244432fd482ef3eeb56 (diff)
downloadaur-4e386ab7c2fd9af6ceb3615d93ec5012a1ca98e4.tar.gz
make hg tip compilable with default config
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index eaf773d2306c..5908ed9029e0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,8 +8,8 @@ static const char normfgcolor[] = "#000000";
static const char selbordercolor[] = "#0066ff";
static const char selbgcolor[] = "#0066ff";
static const char selfgcolor[] = "#ffffff";
-static uint borderpx = 1; /* border pixel of windows */
-static uint snap = 32; /* snap pixel */
+static unsigned int borderpx = 1; /* border pixel of windows */
+static unsigned int snap = 32; /* snap pixel */
static Bool showbar = True; /* False means no bar */
static Bool topbar = True; /* False means bottom bar */