June 13, 2025
7:50 a.m.
On Fri Jun 13 07:48:27 2025 +0000, Ziqing Hui wrote:
Here is the implementation patches: https://gitlab.winehq.org/zhui/wine/-/commits/imagelist The patches focus on the situation where you are adding a 32bpp image with alpha channel to a imagelist without alpha channel(like 24bpp imagelist). So if you are not adding 32bpp images to imagelist, it won't have any affection. The implementation mainly changes add_dib_bits() which will only be called when adding 32bpp images
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8261#note_106466