[PATCH 2/2] comctl32/imagelist: Correctly handle alpha channel of 32bpp image.
27 Feb
2020
27 Feb
'20
3:51 p.m.
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(a)codeweavers.com> --- dlls/comctl32/imagelist.c | 24 ++++++++++-------------- dlls/comctl32/tests/imagelist.c | 14 ++++---------- 2 files changed, 14 insertions(+), 24 deletions(-)
2207
Age (days ago)
2207
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ziqing Hui