[Scummvm-cvs-logs] SF.net SVN: scummvm:[44967] scummvm/trunk/engines/sci/gui/gui_windowmgr.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Oct 12 09:18:38 CEST 2009


Revision: 44967
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44967&view=rev
Author:   m_kiewitz
Date:     2009-10-12 07:18:38 +0000 (Mon, 12 Oct 2009)

Log Message:
-----------
SCI/newgui: change in windowMgr, so that removed windows will get restored in any case (ReAnimate currently not implemented yet)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_windowmgr.cpp

Modified: scummvm/trunk/engines/sci/gui/gui_windowmgr.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_windowmgr.cpp	2009-10-12 07:11:22 UTC (rev 44966)
+++ scummvm/trunk/engines/sci/gui/gui_windowmgr.cpp	2009-10-12 07:18:38 UTC (rev 44967)
@@ -249,8 +249,8 @@
 	_gfx->BitsRestore(pWnd->hSaved2);
 	if (arg2)
 		_gfx->BitsShow(pWnd->restoreRect);
-//	else
-//		g_sci->ReAnimate(&pwnd->dims);
+	else
+		_gfx->BitsShow(pWnd->restoreRect); // FIXME: dummy, should be ReAnimate(&pwnd->dims);
 	_windowList.remove(pWnd);
 	_gfx->SetPort(_windowList.back());
 	_windowsById[pWnd->id] = 0;


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