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
1 changed files with 1 additions and 0 deletions

View File

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