Theme Hospital & Dungeon Keeper Mouse

Carlos Lozano clozano at andago.com
Fri Feb 4 16:41:04 CST 2005


Hello,

I have updated the patch what does work Theme Hospital,
and Dungeon Keeper games, to actual CVS. It is only for
testing purposes.

Regards,
Carlos.

-- 
 ___         _          \  |  /  Consulting
| . |._ _  _| | ___  ___  ___    http://www.andago.com
|   || ' |/ . |<_> |/ . |/ . \__ GNU/Linux
|_|_||_|_|\___|<___|\_. |\___/     _ \  __|\ \  /
 Carlos A. Lozano   <___'/ | \ -_) __/\__ \ >  <  -_)
 [ carlos.lozano at andago.com ]\___|_|  ____/ _/\_\___|
 [ calb at epsxe.com           ]  http://www.ePSXe.com
-------------- next part --------------
Index: dlls/x11drv/settings.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/settings.c,v
retrieving revision 1.1
diff -u -r1.1 settings.c
--- dlls/x11drv/settings.c	16 Oct 2003 00:21:42 -0000	1.1
+++ dlls/x11drv/settings.c	4 Feb 2005 22:32:44 -0000
@@ -285,6 +285,14 @@
         /* we have a valid mode */
         TRACE("Requested display settings match mode %ld (%s)\n", i, handler_name);
         pSetCurrentMode(i);
+        { 
+                RECT clip;
+                clip.left   = 0;
+                clip.top    = 0;
+                clip.right  = dd_modes[i].dwWidth;
+                clip.bottom = dd_modes[i].dwHeight;
+                ClipCursor(&clip);
+        }
         return DISP_CHANGE_SUCCESSFUL;
     }
 


More information about the wine-devel mailing list