[Scummvm-cvs-logs] CVS: scummvm/common system.cpp,1.2,1.3

Chris Apers chrilith at users.sourceforge.net
Mon Dec 15 07:14:19 CET 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv13010

Modified Files:
	system.cpp 
Log Message:
Removed 'fullscreen' option (PalmOS)

Index: system.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- system.cpp	3 Nov 2003 22:28:37 -0000	1.2
+++ system.cpp	15 Dec 2003 15:13:36 -0000	1.3
@@ -49,7 +49,7 @@
 #elif defined(__GP32__)	// ph0x
 	return OSystem_GP32_create(GFX_NORMAL, true);
 #elif defined(__PALM_OS__) //chrilith
-	return OSystem_PALMOS_create(gfx_mode, ConfMan.getBool("fullscreen"));
+	return OSystem_PALMOS_create(gfx_mode);
 #else
 	/* SDL is the default driver for now */
 	return OSystem_SDL_create(gfx_mode);





More information about the Scummvm-git-logs mailing list