mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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;
|
window_saved = 0;
|
||||||
}
|
}
|
||||||
IN_UpdateGrab (in_grab);
|
IN_UpdateGrab (in_grab);
|
||||||
|
X11_SetMouse ();
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue