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

Max Horn fingolfin at users.sourceforge.net
Fri Aug 1 17:37:11 CEST 2003


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

Modified Files:
	sdl-common.cpp 
Log Message:
removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I did it should be trivial to get them working again)

Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- sdl-common.cpp	23 Jul 2003 09:41:21 -0000	1.75
+++ sdl-common.cpp	2 Aug 2003 00:36:37 -0000	1.76
@@ -708,6 +708,8 @@
 
 			if (_adjustAspectRatio)
 				event->mouse.y = aspect2Real(event->mouse.y);
+			
+			set_mouse_pos(event->mouse.x, event->mouse.y);
 			return true;
 
 		case SDL_MOUSEBUTTONDOWN:





More information about the Scummvm-git-logs mailing list