aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
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 64e75b8..e246e3c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -30,7 +30,7 @@ static unsigned int doubleclicktimeout = 300;
30static unsigned int tripleclicktimeout = 600; 30static unsigned int tripleclicktimeout = 600;
31 31
32/* alt screens */ 32/* alt screens */
33static bool allowaltscreen = true; 33static int allowaltscreen = 1;
34 34
35/* frames per second st should at maximum draw to the screen */ 35/* frames per second st should at maximum draw to the screen */
36static unsigned int xfps = 120; 36static unsigned int xfps = 120;