Re: Make sure keyboard state is up to date before processing GetAsyncKeyState.
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( DWORD count, + const HANDLE *handles, DWORD timeout, DWORD mask, DWORD flags);
I have no Idea about the code, but... IMHO, that declaration fit perfect into x11drv.h -- By by ... Detlef
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/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( DWORD count, + const HANDLE *handles, DWORD timeout, DWORD mask, DWORD flags);
I have no Idea about the code, but...
IMHO, that declaration fit perfect into x11drv.h
participants (2)
-
Aric Stewart -
Detlef Riekenberg