[Scummvm-cvs-logs] CVS: scummvm/backends/gp32 gp32.h,1.20,1.21

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


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

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

Index: gp32.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- gp32.h	5 May 2004 02:30:13 -0000	1.20
+++ gp32.h	6 May 2004 09:20:19 -0000	1.21
@@ -62,7 +62,7 @@
 	void set_mouse_pos(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, int 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