comctl32/imagelist: use proper color format for merged image lists (try 2)

Alexandre Julliard julliard at winehq.org
Tue Mar 5 03:52:45 CST 2013


Daniel Jelinski <djelinski1 at gmail.com> writes:

> +static void test_merge_colors(void)
> +{
> +    HIMAGELIST himl[5], hmerge;
> +    int sizes[] = { ILC_COLOR4, ILC_COLOR8, ILC_COLOR16, ILC_COLOR24, ILC_COLOR32 };

You should also test COLORDDB, and probably the mask behavior too.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list