[Scummvm-cvs-logs] CVS: scummvm/bs2/driver rdwin.cpp,1.7,1.8

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


Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv16859/bs2/driver

Modified Files:
	rdwin.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: rdwin.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/rdwin.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- rdwin.cpp	1 Aug 2003 12:19:01 -0000	1.7
+++ rdwin.cpp	2 Aug 2003 00:36:37 -0000	1.8
@@ -168,7 +168,6 @@
 		case OSystem::EVENT_MOUSEMOVE:
 			mousex = event.mouse.x;
 			mousey = event.mouse.y;
-			_system->set_mouse_pos(event.mouse.x, event.mouse.y);
 			break;
 		case OSystem::EVENT_LBUTTONDOWN:
 			LogMouseEvent(RD_LEFTBUTTONDOWN);





More information about the Scummvm-git-logs mailing list