Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2008-12-19 23:37:23 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2008-12-19 23:50:58 (GMT)
commit8dab340933bc44e98aa3c17a7bd5fe4c861cff25 (patch)
treec9e226ceedf60e5e84b1ed4ca774e0a6833334b9 /common/Config.py
parent757076c22902ccce95717e8d4fcc38e158d2f079 (diff)
add FEATURES_GRAB_MOUSE
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")