Thomas Kho : x11drv: Virtual key input scrubbing in X11DRV_send_keyboard_input.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 20 04:40:14 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 75cd5e2101fb49ee9a7aca2f661d23604e7f619c
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=75cd5e2101fb49ee9a7aca2f661d23604e7f619c

Author: Thomas Kho <tkho at ucla.edu>
Date:   Wed Apr 19 13:04:11 2006 -0700

x11drv: Virtual key input scrubbing in X11DRV_send_keyboard_input.

---

 dlls/x11drv/keyboard.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/x11drv/keyboard.c b/dlls/x11drv/keyboard.c
index d14de89..37ca515 100644
--- a/dlls/x11drv/keyboard.c
+++ b/dlls/x11drv/keyboard.c
@@ -1115,6 +1115,8 @@ void X11DRV_send_keyboard_input( WORD wV
     KBDLLHOOKSTRUCT hook;
     WORD wVkStripped;
 
+    wVk = LOBYTE(wVk);
+
     /* strip left/right for menu, control, shift */
     if (wVk == VK_LMENU || wVk == VK_RMENU)
         wVkStripped = VK_MENU;




More information about the wine-cvs mailing list