This commit is contained in:
Bill Currie 2005-03-06 08:25:30 +00:00
parent 1a1d461f0c
commit 63f9c77e11

View file

@ -498,7 +498,6 @@ static void
event_focusout (XEvent *event)
{
if (x_have_focus) {
Con_Printf ("focusout\n");
x_have_focus = false;
XAutoRepeatOn (x_disp);
if (in_snd_block->int_val) {
@ -512,7 +511,6 @@ event_focusout (XEvent *event)
static void
event_focusin (XEvent *event)
{
Con_Printf ("focusin\n");
x_have_focus = true;
if (key_dest == key_game)
XAutoRepeatOff (x_disp);