[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.24,1.25

Max Horn fingolfin at users.sourceforge.net
Thu Jan 9 08:58:02 CET 2003


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

Modified Files:
	sdl-common.cpp 
Log Message:
yet another warp mouse change, now it works on OS X, but will it work on Linux/Windows?

Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- sdl-common.cpp	9 Jan 2003 08:07:13 -0000	1.24
+++ sdl-common.cpp	9 Jan 2003 16:57:09 -0000	1.25
@@ -406,7 +406,7 @@
 	if (_full_screen) SDL_ShowCursor(SDL_ENABLE);
 	SDL_WarpMouse(x * _scaleFactor, y * _scaleFactor);
 	if (_full_screen) SDL_ShowCursor(SDL_DISABLE);
-	set_mouse_pos(x, y);
+//	set_mouse_pos(x, y);
 }
 	
 void OSystem_SDL_Common::set_mouse_cursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y) {





More information about the Scummvm-git-logs mailing list