* Preparation for auto-repeat-stopping code.
This commit is contained in:
jean.chalard
2010-02-25 20:00:53 +00:00
parent 5e0be442b0
commit 4248ddd3a0
3 changed files with 50 additions and 21 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ int main(int argc, char* argv[])
}
XSelectInput(gXDisplay, gXWindow, KeyPressMask | KeyReleaseMask | StructureNotifyMask);
XkbSetDetectableAutoRepeat(gXDisplay, true, NULL);
XkbSetDetectableAutoRepeat(gXDisplay, True, NULL);
JGECreateDefaultBindings();