mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
OPENGLSDL: Redraw screen when receiving an expose event
Without this, the window is not refreshed when it is recovered or minimized and restored.
This commit is contained in:
parent
18c196d83b
commit
06c38bbf3f
@ -278,6 +278,7 @@ void OpenGLSdlGraphicsManager::updateScreen() {
|
||||
}
|
||||
|
||||
void OpenGLSdlGraphicsManager::notifyVideoExpose() {
|
||||
_forceRedraw = true;
|
||||
}
|
||||
|
||||
void OpenGLSdlGraphicsManager::notifyResize(const int width, const int height) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user