[Scummvm-cvs-logs] SF.net SVN: scummvm: [22026] scummvm/trunk/engines/scumm/input.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Apr 18 23:24:01 CEST 2006
Revision: 22026
Author: lordhoto
Date: 2006-04-18 23:23:49 -0700 (Tue, 18 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22026&view=rev
Log Message:
-----------
Let scumm engine handle EVENT_SCREEN_CHANGED and let the gui know. (Needed for disabling overlay scaling)
Modified Paths:
--------------
scummvm/trunk/engines/scumm/input.cpp
Modified: scummvm/trunk/engines/scumm/input.cpp
===================================================================
--- scummvm/trunk/engines/scumm/input.cpp 2006-04-19 06:22:15 UTC (rev 22025)
+++ scummvm/trunk/engines/scumm/input.cpp 2006-04-19 06:23:49 UTC (rev 22026)
@@ -181,6 +181,10 @@
_keyPressed = 54;
break;
+ case OSystem::EVENT_SCREEN_CHANGED:
+ g_gui.handleScreenChange();
+ break;
+
case OSystem::EVENT_QUIT:
if (_confirmExit)
confirmExitDialog();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list