[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.h,1.59,1.60

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


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

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

Index: sdl-common.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- sdl-common.h	5 May 2004 02:30:15 -0000	1.59
+++ sdl-common.h	6 May 2004 09:20:20 -0000	1.60
@@ -64,7 +64,7 @@
 	void warpMouse(int x, int y);
 
 	// 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