Update key state from CW

Duane Clark dclark at akamail.com
Sun Jan 27 20:06:32 CST 2002


Modified files:
	dlls/x11drv		: mouse.c

Log message:
	Codeweavers
	Apparently a need to update_key_state in GetCursorPos.

-------------- next part --------------
Index: dlls/x11drv/mouse.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/mouse.c,v
retrieving revision 1.2
diff -u -r1.2 mouse.c
--- dlls/x11drv/mouse.c	2001/12/26 20:30:40	1.2
+++ dlls/x11drv/mouse.c	2002/01/28 00:10:43
@@ -439,6 +439,7 @@
                         &rootX, &rootY, &winX, &winY, &xstate ))
     return;
 
+  update_key_state( xstate );
   TRACE("pointer at (%d,%d)\n", winX, winY );
   pos->x = winX;
   pos->y = winY;


More information about the wine-patches mailing list