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

Max Horn fingolfin at users.sourceforge.net
Thu Sep 11 17:05:01 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv4734

Modified Files:
	sdl-common.h 
Log Message:
moved set_mouse_pos around just to make clear it's not part of the OSystem API anymore

Index: sdl-common.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- sdl-common.h	6 Sep 2003 20:21:54 -0000	1.36
+++ sdl-common.h	11 Sep 2003 23:53:38 -0000	1.37
@@ -51,9 +51,6 @@
 	// Either show or hide the mouse cursor
 	bool show_mouse(bool visible);
 	
-	// Set the position of the mouse cursor
-	void set_mouse_pos(int x, int y);
-
 	// Warp the mouse cursor. Where set_mouse_pos() only informs the
 	// backend of the mouse cursor's current position, this function
 	// actually moves the cursor to the specified position.
@@ -222,6 +219,9 @@
 
 	virtual void draw_mouse();
 	virtual void undraw_mouse();
+	/** Set the position of the virtual mouse cursor. */
+	void set_mouse_pos(int x, int y);
+
 
 	virtual void load_gfx_mode() = 0;
 	virtual void unload_gfx_mode() = 0;





More information about the Scummvm-git-logs mailing list