[PATCH 2/2] shell32: Add IInputObject stub to IExplorerBrowser.

Alexandre Julliard julliard at winehq.org
Wed Dec 22 07:27:44 CST 2010


David Hedberg <david.hedberg at 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
julliard at winehq.org



More information about the wine-devel mailing list