[Scummvm-cvs-logs] CVS: scummvm/sky control.cpp,1.52,1.53 sky.cpp,1.102,1.103

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


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

Modified Files:
	control.cpp sky.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: control.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/control.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- control.cpp	1 Aug 2003 00:15:05 -0000	1.52
+++ control.cpp	2 Aug 2003 00:36:38 -0000	1.53
@@ -1697,7 +1697,6 @@
 				case OSystem::EVENT_MOUSEMOVE:
 					_mouseX = event.mouse.x;
 					_mouseY = event.mouse.y;
-					_system->set_mouse_pos(_mouseX, _mouseY);
 					break;
 
 				case OSystem::EVENT_LBUTTONDOWN:

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- sky.cpp	31 Jul 2003 01:57:05 -0000	1.102
+++ sky.cpp	2 Aug 2003 00:36:38 -0000	1.103
@@ -415,7 +415,6 @@
 					if (!(_systemVars.systemFlags & SF_MOUSE_LOCKED)) {
 						_sdl_mouse_x = event.mouse.x;
 						_sdl_mouse_y = event.mouse.y;
-						_system->set_mouse_pos(_sdl_mouse_x, _sdl_mouse_y);
 					}
 					break;
 





More information about the Scummvm-git-logs mailing list