From a7c23e13a948b2c09304ffff981f770f11176624 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 13 May 2001 22:29:41 +0000 Subject: [PATCH] handle X11 key repeat properly --- source/in_x11.c | 2 -- source/keys.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/source/in_x11.c b/source/in_x11.c index 921d9c5..f2947e3 100644 --- a/source/in_x11.c +++ b/source/in_x11.c @@ -522,8 +522,6 @@ IN_Init (void) JOY_Init (); - XAutoRepeatOff (x_disp); - if (COM_CheckParm ("-nomouse")) return; diff --git a/source/keys.c b/source/keys.c index a4e6627..68a76ce 100644 --- a/source/keys.c +++ b/source/keys.c @@ -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