[Git][wine/wine][master] 2 commits: gdi32/tests: Add tests for GdiTransparentBlt() with 32-bit DIB bitmaps.
Alexandre Julliard pushed to branch master at wine / wine Commits: a656e579 by Zhiyi Zhang at 2026-02-13T21:31:15+01:00 gdi32/tests: Add tests for GdiTransparentBlt() with 32-bit DIB bitmaps. 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. - - - - - 5aa9e20e by Zhiyi Zhang at 2026-02-13T21:31:16+01:00 win32u: Ignore alpha channels for 32-bit DIB bitmaps. - - - - - 2 changed files: - dlls/gdi32/tests/bitmap.c - dlls/win32u/bitblt.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d6097cde62e064d033516b09c174e1... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d6097cde62e064d033516b09c174e1... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)