[PATCH v2 1/3] user32/tests: Add optional focus winevents to correspond with focus hooks.

Connor McAdams cmcadams at codeweavers.com
Mon Oct 11 14:52:38 CDT 2021


On Mon, Oct 11, 2021 at 08:21:31PM +0200, Alexandre Julliard wrote:
> Connor McAdams <cmcadams at codeweavers.com> writes:
> 
> > Add optional EVENT_OBJECT_FOCUS winevents to correspond with optional
> > HCBT_SETFOCUS hooks that are currently sent by Wine, and presumably
> > Windows versions prior to Vista.
> 
> If they are no longer sent, they should be removed from the tests, and
> Wine fixed. We don't want to add new optional messages if they never
> appear on Windows.
> 
> -- 
> Alexandre Julliard
> julliard at winehq.org

Well, I'm assuming they were sent in older versions of Windows as well,
but since they weren't being tested for, nobody added them to the
sequence.

I will investigate how to fix Wine to match newer Windows behavior, but
I'm suspecting it might be kind of complicated.

Thanks for the reply!



More information about the wine-devel mailing list