13 Feb
2026
13 Feb
'26
7:15 a.m.
Test that the alpha channels in 32-bit DIB bitmaps are ignored in GdiTransparentBlt(). Also add tests to show that the alpha channels are not ignored when converting 32-bit DIB bitmaps to mono bitmaps. This suggests that the alpha channels are ignored in GdiTransparentBlt(), not when generating the mono mask bitmap. -- v2: win32u: Ignore alpha channels for 32-bit DIB bitmaps. https://gitlab.winehq.org/wine/wine/-/merge_requests/10094