On Tuesday 30 January 2007 11:28:23 pm Dmitry Timoshkov wrote:
> "Dean Kusler" <[EMAIL PROTECTED]> wrote:
> > In dlls/winex11.drv/keyboard.c, XmbLookupString was being called with
> > KeyRelease events, which has undefined behavior (in this case, it fails
> > to return a valid keysym for numpad key
"Dean Kusler" <[EMAIL PROTECTED]> wrote:
In dlls/winex11.drv/keyboard.c, XmbLookupString was being called with
KeyRelease events, which has undefined behavior (in this case, it fails to
return a valid keysym for numpad key releases). By instead calling
XLookupString in the case of a KeyRelease