make sure the mouse input updates properly when going from fullscreen to

windowed
This commit is contained in:
Bill Currie 2004-03-22 03:23:59 +00:00
parent 23e8ef1dd8
commit 969cf7ac66

View file

@ -456,6 +456,7 @@ X11_UpdateFullscreen (cvar_t *fullscreen)
window_saved = 0; window_saved = 0;
} }
IN_UpdateGrab (in_grab); IN_UpdateGrab (in_grab);
X11_SetMouse ();
return; return;
} else { } else {