[PATCH 0/3] MR241: uiautomationcore: Test fix and MSAA provider navigation patches.

Huw Davies (@huw) wine at gitlab.winehq.org
Tue Jun 14 02:37:01 CDT 2022


Huw Davies (@huw) commented about dlls/uiautomationcore/uia_provider.c:
>      return hr;
>  }
>  
> +#define DIR_FORWARD 0
> +#define DIR_REVERSE 1
> +static HRESULT msaa_acc_get_next_child(IAccessible *acc, LONG start_pos, LONG direction,
> +        IAccessible **child, LONG *child_id, LONG *end_pos)
`end_pos` seems like an odd name, would `child_pos` be better?

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/241#note_2021



More information about the wine-devel mailing list