Re: [1/3] winex11.drv: Support KEYEVENTF_UNICODE in SendInput

2009-08-07 Thread Vitaliy Margolen
Andrew Eikum wrote: > Vitaliy Margolen wrote: >> Andrew Eikum wrote: >>> --- >> >> Why did you swapped setting internal key state and calling hook in >> X11DRV_send_keyboard_input()? Do you have a test to check that state is >> being updated _before_ calling hook, and not after? >> >> Vitaliy. > >

Re: [1/3] winex11.drv: Support KEYEVENTF_UNICODE in SendInput

2009-08-07 Thread Andrew Eikum
Vitaliy Margolen wrote: Andrew Eikum wrote: --- Why did you swapped setting internal key state and calling hook in X11DRV_send_keyboard_input()? Do you have a test to check that state is being updated _before_ calling hook, and not after? Vitaliy. Good point. The MSDN hook documentation imp

Re: [1/3] winex11.drv: Support KEYEVENTF_UNICODE in SendInput

2009-08-07 Thread Vitaliy Margolen
Andrew Eikum wrote: > --- Why did you swapped setting internal key state and calling hook in X11DRV_send_keyboard_input()? Do you have a test to check that state is being updated _before_ calling hook, and not after? Vitaliy.