mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
make sure the mouse input updates properly when going from fullscreen to
windowed
This commit is contained in:
parent
23e8ef1dd8
commit
969cf7ac66
1 changed files with 1 additions and 0 deletions
|
@ -456,6 +456,7 @@ X11_UpdateFullscreen (cvar_t *fullscreen)
|
|||
window_saved = 0;
|
||||
}
|
||||
IN_UpdateGrab (in_grab);
|
||||
X11_SetMouse ();
|
||||
return;
|
||||
} else {
|
||||
|
||||
|
|
Loading…
Reference in a new issue