[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.136,1.137

Chris Apers chrilith at users.sourceforge.net
Sat Aug 16 03:25:06 CEST 2003


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

Modified Files:
	gameDetector.cpp 
Log Message:
Added fullscreen support to palmos

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- gameDetector.cpp	15 Aug 2003 10:19:05 -0000	1.136
+++ gameDetector.cpp	16 Aug 2003 10:16:07 -0000	1.137
@@ -753,7 +753,7 @@
 #elif defined(__GP32__)	// ph0x
 	return OSystem_GP32_create(GFX_NORMAL, true);
 #elif defined(__PALM_OS__) //chrilith
-	return OSystem_PALMOS_create(_gfx_mode);
+	return OSystem_PALMOS_create(_gfx_mode, _fullScreen);
 #else
 	/* SDL is the default driver for now */
 	return OSystem_SDL_create(_gfx_mode, _fullScreen, _aspectRatio);





More information about the Scummvm-git-logs mailing list