For 32bpp image without alpha channel ("without alpha channel" means each pixel's alpha is set to zero) in imagelist, wine will set each pixel's alpha channel to 0xff. However, this is not how windows work. Windows will keep the alpha as 0. Previous wine test patch can indicate it.
Signed-off-by: Ziqing Hui zhui@codeweavers.com --- dlls/comctl32/imagelist.c | 24 ++++++++++-------------- dlls/comctl32/tests/imagelist.c | 14 ++++---------- 2 files changed, 14 insertions(+), 24 deletions(-)