[Scummvm-cvs-logs] CVS: scummvm/backends/x11 x11.cpp,1.29,1.30

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


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

Modified Files:
	x11.cpp 
Log Message:
Removed default value for keycolor in the OSystem implementations

Index: x11.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/x11/x11.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- x11.cpp	5 May 2004 02:30:16 -0000	1.29
+++ x11.cpp	6 May 2004 09:20:21 -0000	1.30
@@ -107,7 +107,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