[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src palm.h,1.27,1.28

Max Horn fingolfin at users.sourceforge.net
Thu May 6 02:21:39 CEST 2004


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10955/PalmOS/Src

Modified Files:
	palm.h 
Log Message:
Removed default value for keycolor in the OSystem implementations

Index: palm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palm.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- palm.h	5 May 2004 02:30:12 -0000	1.27
+++ palm.h	6 May 2004 09:20:05 -0000	1.28
@@ -76,7 +76,7 @@
 
 
 	// Set the bitmap that's used when drawing the cursor.
-	void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor = 255);
+	void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor);
 
 	// Shaking is used in SCUMM. Set current shake position.
 	void set_shake_pos(int shake_pos);





More information about the Scummvm-git-logs mailing list