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

Dmitry Timoshkov dmitry at baikal.ru
Fri Dec 30 05:57:37 CST 2011


Alexandre Julliard <julliard at winehq.org> wrote:

> > -    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.

What kind of tests do you have in mind? Invalid window? Something else?

-- 
Dmitry.



More information about the wine-devel mailing list