Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/Config.py')
-rw-r--r--common/Config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Config.py b/common/Config.py
index 4fdb2dd..2b3de1a 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -10,6 +10,7 @@ FEATURES_OGG = True
FEATURES_MIC = None
FEATURES_LAB = None
FEATURES_NEWSOUNDS = None
+FEATURES_GRAB_MOUSE = True
if os.path.isfile("DEBUG"):
f = open("DEBUG")