Remove remnants of the old code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Changelog:
    Dmitry Timoshkov <dmitry@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);





[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux