[Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.5,1.6

Chris Apers chrilith at users.sourceforge.net
Tue Jan 20 05:51:02 CET 2004


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

Modified Files:
	intern.h 
Log Message:
Dont use full_screen on PalmOS, use ConfMan instead

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/intern.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- intern.h	6 Jan 2004 12:45:25 -0000	1.5
+++ intern.h	20 Jan 2004 13:50:43 -0000	1.6
@@ -35,7 +35,7 @@
 extern OSystem *OSystem_X11_create();
 extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);
 extern OSystem *OSystem_GP32_create(int gfx_mode, bool full_screen); //ph0x 
-extern OSystem *OSystem_PALMOS_create(int gfx_mode, bool full_screen);
+extern OSystem *OSystem_PALMOS_create(int gfx_mode);
 
 
 #ifdef _WIN32_WCE
@@ -47,4 +47,4 @@
 //#define SAMPLES_PER_SEC 44100
 #endif
 
-#endif 
+#endif





More information about the Scummvm-git-logs mailing list