forward port the x11 repeat fix

This commit is contained in:
Bill Currie 2001-05-14 05:37:47 +00:00
parent 83e0754e41
commit 879a133c19
3 changed files with 2 additions and 4 deletions

View file

@ -464,8 +464,6 @@ IN_LL_Init (void)
XChangeWindowAttributes (x_disp, x_win, attribmask, &attribs_2);
}
XAutoRepeatOff (x_disp);
if (COM_CheckParm ("-nomouse"))
return;

View file

@ -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

View file

@ -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