[Scummvm-cvs-logs] CVS: scummvm/backends/x11 x11.cpp,1.16,1.17
Max Horn
fingolfin at users.sourceforge.net
Fri Aug 1 17:37:12 CEST 2003
Update of /cvsroot/scummvm/scummvm/backends/x11
In directory sc8-pr-cvs1:/tmp/cvs-serv16859/backends/x11
Modified Files:
x11.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: x11.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/x11/x11.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- x11.cpp 31 Jul 2003 12:33:32 -0000 1.16
+++ x11.cpp 2 Aug 2003 00:36:37 -0000 1.17
@@ -1006,6 +1006,7 @@
scumm_event->event_code = EVENT_MOUSEMOVE;
scumm_event->mouse.x = event.xmotion.x - scumm_x;
scumm_event->mouse.y = event.xmotion.y - scumm_y;
+ set_mouse_pos(scumm_event->mouse.x, scumm_event->mouse.y);
return true;
case ConfigureNotify:{
More information about the Scummvm-git-logs
mailing list