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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Feb 3 23:01:32 CET 2007


Revision: 25364
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25364&view=rev
Author:   lordhoto
Date:     2007-02-03 14:01:31 -0800 (Sat, 03 Feb 2007)

Log Message:
-----------
Added a TODO to processExtraValues.

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

Modified: scummvm/trunk/gui/ThemeModern.cpp
===================================================================
--- scummvm/trunk/gui/ThemeModern.cpp	2007-02-03 21:50:51 UTC (rev 25363)
+++ scummvm/trunk/gui/ThemeModern.cpp	2007-02-03 22:01:31 UTC (rev 25364)
@@ -1299,6 +1299,9 @@
 #pragma mark -
 
 void ThemeModern::processExtraValues() {
+	// TODO: think of unloading all old graphic files first, instead of just
+	// loading new ones if needed when this is processed?
+
 	// load the pixmap filenames from the config file
 	_imageHandles[kDialogBkgdCorner] = _evaluator->getStringVar("pix_dialog_corner");
 	_imageHandles[kDialogBkgdTop] = _evaluator->getStringVar("pix_dialog_top");


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