mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 20:17:58 -04:00
fix exclusive fullscreen (#1456)
This commit is contained in:
parent
95c8ddedd1
commit
1da8be9fdb
@ -1609,7 +1609,9 @@ static void I_ReinitGraphicsMode(void)
|
|||||||
window_position_y = 0;
|
window_position_y = 0;
|
||||||
|
|
||||||
I_InitGraphicsMode();
|
I_InitGraphicsMode();
|
||||||
|
ResetResolution(CurrentResolutionHeight(), true);
|
||||||
CreateSurfaces(video.pitch, video.height);
|
CreateSurfaces(video.pitch, video.height);
|
||||||
|
ResetLogicalSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
void I_ResetScreen(void)
|
void I_ResetScreen(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user