[PATCH 2/2] comctl32/imagelist: Correctly handle alpha channel of 32bpp image.
Feb. 27, 2020
1: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(-)
2219
Age (days ago)
2219
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ziqing Hui