[Scummvm-cvs-logs] SF.net SVN: scummvm:[42138] scummvm/trunk/gui/GuiManager.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Jul 5 16:12:04 CEST 2009


Revision: 42138
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42138&view=rev
Author:   lordhoto
Date:     2009-07-05 14:12:04 +0000 (Sun, 05 Jul 2009)

Log Message:
-----------
Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should only be pushed by the backend.

Modified Paths:
--------------
    scummvm/trunk/gui/GuiManager.cpp

Modified: scummvm/trunk/gui/GuiManager.cpp
===================================================================
--- scummvm/trunk/gui/GuiManager.cpp	2009-07-05 14:11:54 UTC (rev 42137)
+++ scummvm/trunk/gui/GuiManager.cpp	2009-07-05 14:12:04 UTC (rev 42138)
@@ -164,10 +164,6 @@
 	redraw();
 	_system->updateScreen();
 
-	Common::Event event;
-	event.type = Common::EVENT_SCREEN_CHANGED;
-	_system->getEventManager()->pushEvent(event);
-
 	return true;
 }
 


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