aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann2013-02-15 19:32:37 +0100
committerChristoph Lohmann2013-02-15 19:32:37 +0100
commitaf734a327bda259f57990a0661c2b041e8aac1d8 (patch)
tree6238ed7c62f65b146fce0e374c00df47003cce50 /config.def.h
parentc8ef633336c4803bb0606c8a43e7c349ec69532a (diff)
downloadaur-af734a327bda259f57990a0661c2b041e8aac1d8.tar.gz
Changing the fps to something reasonable high.
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 35e5cf902003..baf56f55777e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,7 +14,7 @@ static unsigned int doubleclicktimeout = 300;
static unsigned int tripleclicktimeout = 600;
/* frames per second st should at maximum draw to the screen */
-static unsigned int xfps = 30;
+static unsigned int xfps = 60;
static unsigned int actionfps = 5;
/* TERM value */