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

Detlef Riekenberg wine.dev at web.de
Tue Feb 27 10:41:01 CST 2007


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





More information about the wine-devel mailing list