mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
BACKENDS: OPENGLSDL: Fix switching to full screen with Alt+Enter
This commit is contained in:
@@ -445,7 +445,7 @@ bool OpenGLSdlGraphicsManager::setupMode(uint width, uint height) {
|
||||
width = _desiredFullscreenWidth;
|
||||
height = _desiredFullscreenHeight;
|
||||
|
||||
flags |= SDL_WINDOW_FULLSCREEN;
|
||||
flags |= SDL_WINDOW_FULLSCREEN_DESKTOP;
|
||||
}
|
||||
|
||||
// Request a OpenGL (ES) context we can use.
|
||||
|
||||
Reference in New Issue
Block a user