Re: Make sure keyboard state is up to date before processing GetAsyncKeyState.

2007-02-27 Thread Aric Stewart
That could be true. Since it was only used in this one place I was not sure the protocol for adding it to the header file or just as a prototype in this file. I will resubmit the patch -aric Detlef Riekenberg wrote: On Di, 2007-02-27 at 20:28 +0900, Aric Stewart wrote: --- a/dlls/winex11.drv

Re: Make sure keyboard state is up to date before processing GetAsyncKeyState.

2007-02-27 Thread Detlef Riekenberg
On Di, 2007-02-27 at 20:28 +0900, Aric Stewart wrote: > --- a/dlls/winex11.drv/keyboard.c > +++ b/dlls/winex11.drv/keyboard.c > @@ -94,6 +94,9 @@ static int kcControl, kcAlt, kcShift, kc > > static char KEYBOARD_MapDeadKeysym(KeySym keysym); > > +extern DWORD X11DRV_MsgWaitForMultipleObjectsEx