[Scummvm-cvs-logs] CVS: scummvm/backends/morphos morphos.cpp,1.39,1.40 morphos.h,1.26,1.27

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


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

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

Index: morphos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- morphos.cpp	5 May 2004 02:30:13 -0000	1.39
+++ morphos.cpp	6 May 2004 09:20:20 -0000	1.40
@@ -1424,7 +1424,7 @@
 	}
 }
 
-void OSystem_MorphOS::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor = 255)
+void OSystem_MorphOS::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor)
 {
 	MouseWidth = w;
 	MouseHeight	= h;

Index: morphos.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- morphos.h	5 May 2004 02:30:14 -0000	1.26
+++ morphos.h	6 May 2004 09:20:20 -0000	1.27
@@ -64,7 +64,7 @@
 		virtual void set_mouse_pos(int x, int y);
 
 		// Set the bitmap that's used when drawing the cursor.
-		virtual void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor = 255);
+		virtual 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.
 		virtual void set_shake_pos(int shake_pos);





More information about the Scummvm-git-logs mailing list