Remove remnants of the old code

Dmitry Timoshkov dmitry at baikal.ru
Sat Aug 2 09:50:51 CDT 2003


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Remove remnants of the old code.

--- cvs/hq/wine/dlls/x11drv/keyboard.c	Mon Jul 21 19:06:47 2003
+++ wine/dlls/x11drv/keyboard.c	Sat Aug  2 22:39:20 2003
@@ -990,10 +990,6 @@ void X11DRV_KeyEvent( HWND hwnd, XKeyEve
     XIC xic = X11DRV_get_ic( hwnd );
     DWORD event_time = event->time - X11DRV_server_startticks;
 
-    /* this allows support for dead keys */
-    if ((event->keycode >> 8) == 0x10)
-	event->keycode=(event->keycode & 0xff);
-
     wine_tsx11_lock();
     if (xic)
         ascii_chars = XmbLookupString(xic, event, Str, sizeof(Str), &keysym, NULL);






More information about the wine-patches mailing list