Re: Patch for Bugzilla Bug 6323

2007-01-31 Thread Dean Kusler
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

Re: Patch for Bugzilla Bug 6323

2007-01-30 Thread Dmitry Timoshkov
"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