[Scummvm-cvs-logs] CVS: scummvm/backends/wince wince.cpp,1.23,1.24

Max Horn fingolfin at users.sourceforge.net
Sat Nov 1 18:19:07 CET 2003


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1:/tmp/cvs-serv15749/backends/wince

Modified Files:
	wince.cpp 
Log Message:
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)

Index: wince.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/wince.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- wince.cpp	28 Oct 2003 17:07:22 -0000	1.23
+++ wince.cpp	2 Nov 2003 02:18:12 -0000	1.24
@@ -362,7 +362,6 @@
 Engine *engine;
 bool is_simon;
 bool is_bass;
-NewGui *g_gui;
 extern Scumm *g_scumm;
 //extern SimonEngine *g_simon;
 //OSystem *g_system;
@@ -850,9 +849,6 @@
 	OSystem *system = detector.createSystem();
 
 	mainClass = (OSystem_WINCE3*)system;
-
-	//g_system = system;
-	g_gui = new NewGui(system);
 
 	/* Start the engine */
 





More information about the Scummvm-git-logs mailing list