David Hedberg <david.hedb...@gmail.com> writes:

> +    WPARAM supported_key_accels[] = { /* Win7 */
> +        VK_RETURN, VK_PRIOR, VK_NEXT, VK_END, VK_HOME, VK_LEFT, VK_UP, 
> VK_RIGHT,
> +        VK_DOWN, VK_F10, 0 };
> +    MSG msg_a = {
> +        hwnd,
> +        supported_key_accels[1],

This doesn't make sense, you should be passing a keyboard message here.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to