[2/2] user32: Make a SetFocus message test for a top level child window pass. Resend.

Alexandre Julliard julliard at winehq.org
Fri Dec 30 04:35:02 CST 2011


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> +    hwnd = WIN_GetFullHandle( hwnd );
>  
> -    if (!set_active_window( hwnd, &prev, FALSE, TRUE )) return 0;
> +    set_active_window( hwnd, &prev, FALSE, TRUE );
>      return prev;
>  }

It doesn't seem right to ignore all errors. This would need some more
tests.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list