[Scummvm-cvs-logs] CVS: scummvm/wince pocketpc.cpp,1.16,1.17

Lionel Ulmer bbrox at users.sourceforge.net
Sat May 4 02:56:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/wince
In directory usw-pr-cvs1:/tmp/cvs-serv19137/wince

Modified Files:
	pocketpc.cpp 
Log Message:
Change the 'poperty' call to be 64-bits clean.

Porters, please check that I did not break anything while updating
your ports. Thanks :-)



Index: pocketpc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/wince/pocketpc.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- pocketpc.cpp	1 May 2002 22:24:30 -0000	1.16
+++ pocketpc.cpp	4 May 2002 09:55:10 -0000	1.17
@@ -118,7 +118,7 @@
 	void quit();
 
 	// Set a parameter
-	uint32 property(int param, uint32 value);
+	uint32 property(int param, Property *value);
 
 	static OSystem *create(int gfx_mode, bool full_screen);
 
@@ -1196,7 +1196,7 @@
 /* Hotswap graphics modes */
 void OSystem_WINCE3::get_320x200_image(byte *buf) {;}
 void OSystem_WINCE3::hotswap_gfx_mode() {;}
-uint32 OSystem_WINCE3::property(int param, uint32 value) {
+uint32 OSystem_WINCE3::property(int param, Property *value) {
 	switch(param) {
 
 	case PROP_TOGGLE_FULLSCREEN:





More information about the Scummvm-git-logs mailing list