aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorFRIGN2015-07-08 23:56:55 +0200
committerChristoph Lohmann2015-07-09 18:34:46 +0200
commita893a929303d619b41de5485760d56cd97b3a2ff (patch)
treeca6730e6303229c393f596ea62b5a35c9b36047d /config.def.h
parent4db8fb53bf12ae520bf5d1109df09687a946209f (diff)
downloadaur-a893a929303d619b41de5485760d56cd97b3a2ff.tar.gz
Unboolify st
This practice proved itself in sbase, ubase and a couple of other projects. Also remove the True and False defined in X11 and FcTrue and FcFalse defined in Fontconfig. Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 64e75b86dea6..e246e3c2848b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -30,7 +30,7 @@ static unsigned int doubleclicktimeout = 300;
static unsigned int tripleclicktimeout = 600;
/* alt screens */
-static bool allowaltscreen = true;
+static int allowaltscreen = 1;
/* frames per second st should at maximum draw to the screen */
static unsigned int xfps = 120;