[Scummvm-cvs-logs] CVS: scummvm/gui newgui.cpp,1.54,1.55

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


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

Modified Files:
	newgui.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: newgui.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- newgui.cpp	1 Aug 2003 12:20:17 -0000	1.54
+++ newgui.cpp	2 Aug 2003 00:36:38 -0000	1.55
@@ -164,7 +164,6 @@
 						_currentKeyDown.keycode = 0;
 					break;
 				case OSystem::EVENT_MOUSEMOVE:
-					_system->set_mouse_pos(event.mouse.x, event.mouse.y);
 					activeDialog->handleMouseMoved(event.mouse.x - activeDialog->_x, event.mouse.y - activeDialog->_y, 0);
 					break;
 				// We don't distinguish between mousebuttons (for now at least)





More information about the Scummvm-git-logs mailing list