make hg tip compilable with default config 78f0f859
Premysl Hruby · 2008-07-18 10:57 1 file(s) · +2 −2
config.def.h +2 −2
8 8
static const char selbordercolor[]  = "#0066ff";
9 9
static const char selbgcolor[]      = "#0066ff";
10 10
static const char selfgcolor[]      = "#ffffff";
11 -
static uint borderpx                = 1;        /* border pixel of windows */
12 -
static uint snap                    = 32;       /* snap pixel */
11 +
static unsigned int borderpx        = 1;        /* border pixel of windows */
12 +
static unsigned int snap            = 32;       /* snap pixel */
13 13
static Bool showbar                 = True;     /* False means no bar */
14 14
static Bool topbar                  = True;     /* False means bottom bar */
15 15