(try 5)winex11.drv: Strip the _L or _R from X11DRV_GetKeyNameText when approperate

Dmitry Timoshkov dmitry at baikal.ru
Fri Jan 20 23:35:22 CST 2012


Aric Stewart <aric at codeweavers.com> wrote:

> +                  TRACE("found scan=%04x keyc=%u keysym=%04lu modified_string=%s\n",
> +                         scanCode, keyc, keys, debugstr_an(name,idx-name));

Please keep printing a keysym in hex, printing it in decimal (especially with
leading zeros) is not useful. Also add a space in the debugstr_an() construct.

-- 
Dmitry.



More information about the wine-devel mailing list