mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
handle X11 key repeat properly
This commit is contained in:
parent
dd134f9c4f
commit
a7c23e13a9
2 changed files with 1 additions and 3 deletions
|
@ -522,8 +522,6 @@ IN_Init (void)
|
|||
|
||||
JOY_Init ();
|
||||
|
||||
XAutoRepeatOff (x_disp);
|
||||
|
||||
if (COM_CheckParm ("-nomouse"))
|
||||
return;
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ int key_lastpress;
|
|||
int edit_line = 0;
|
||||
int history_line = 0;
|
||||
|
||||
keydest_t key_dest;
|
||||
keydest_t key_dest = key_console;
|
||||
|
||||
char *keybindings[256];
|
||||
qboolean consolekeys[256]; // if true, can't be rebound while in
|
||||
|
|
Loading…
Reference in a new issue