[Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.1,1.2

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


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

Modified Files:
	intern.h 
Log Message:
Added fullscreen support to palmos

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/intern.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- intern.h	31 Jul 2003 12:33:32 -0000	1.1
+++ intern.h	16 Aug 2003 10:14:33 -0000	1.2
@@ -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);
+extern OSystem *OSystem_PALMOS_create(int gfx_mode, bool full_screen);
 
 
 #ifdef _WIN32_WCE





More information about the Scummvm-git-logs mailing list