[Scummvm-cvs-logs] CVS: scummvm/gui newgui.cpp,1.57,1.58

Max Horn fingolfin at users.sourceforge.net
Fri Sep 5 14:24:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv5842/gui

Modified Files:
	newgui.cpp 
Log Message:
added TODO

Index: newgui.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- newgui.cpp	28 Aug 2003 19:20:30 -0000	1.57
+++ newgui.cpp	5 Sep 2003 21:23:28 -0000	1.58
@@ -104,6 +104,9 @@
 	// different color modes (555 vs 565) might be used depending on the resolution
 	// (e.g. that's the case on my system), so we still end up with wrong colors in those
 	// sitauations. At least now the user can fix it by closing and reopening the GUI.
+	
+	// TODO: Let's add a new even type which is sent whenever the backend GFX device
+	// changes (e.g. resized, full screen toggle, etc.).
 	_bgcolor = _system->RGBToColor(0, 0, 0);
 	_color = _system->RGBToColor(96, 96, 96);
 	_shadowcolor = _system->RGBToColor(64, 64, 64);





More information about the Scummvm-git-logs mailing list