[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src start.h,1.2,1.3

Chris Apers chrilith at users.sourceforge.net
Fri Nov 28 02:15:06 CET 2003


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1:/tmp/cvs-serv10536

Modified Files:
	start.h 
Log Message:
Stack pref

Index: start.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/start.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- start.h	3 Nov 2003 16:10:35 -0000	1.2
+++ start.h	28 Nov 2003 10:14:36 -0000	1.3
@@ -24,7 +24,9 @@
 #define __START_H__
 
 #define appFileCreator 'ScVM'
-#define curItemVersion sysMakeROMVersion(2,0,0,0,0)
+#define curItemVersion sysMakeROMVersion(2,5,0,0,0)
+
+#define itemVersion_2 sysMakeROMVersion(2,0,0,0,0)
 
 typedef struct {
 	Char nameP[32];
@@ -52,7 +54,6 @@
 
 	Boolean debug;
 	UInt16 debugLevel;
-	Boolean saveConfig;
 	Boolean stdPalette;
 	Boolean autoReset;
 	Boolean demoMode;
@@ -90,11 +91,16 @@
 #define appVersionNum			0x01
 #define appPrefVersionNum		0x01
 
+#define STACK_DEFAULT			8192
+#define STACK_LARGER			16384
+#define STACK_GET				0
 
 Err AppStart(void);
 void AppStop(void);
 Boolean CheckVibratorExists();
 Boolean StartScummVM();
+void PINGetScreenDimensions();
+void WinScreenGetPitch();
 void SavePrefs();
 Err SendDatabase (UInt16 cardNo, LocalID dbID, Char *nameP, Char *descriptionP);
 #endif





More information about the Scummvm-git-logs mailing list