mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
Let scumm engine handle EVENT_SCREEN_CHANGED and let the gui know. (Needed for disabling overlay scaling)
svn-id: r22026
This commit is contained in:
parent
9e734b0851
commit
3f76984a41
@ -181,6 +181,10 @@ void ScummEngine::parseEvents() {
|
||||
_keyPressed = 54;
|
||||
break;
|
||||
|
||||
case OSystem::EVENT_SCREEN_CHANGED:
|
||||
g_gui.handleScreenChange();
|
||||
break;
|
||||
|
||||
case OSystem::EVENT_QUIT:
|
||||
if (_confirmExit)
|
||||
confirmExitDialog();
|
||||
|
Loading…
x
Reference in New Issue
Block a user