J :
* Preparation for auto-repeat-stopping code.
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user