[Git][wine/wine][master] 2 commits: comctl32/tests: Add image swapping test for ImageList_Copy().
Alexandre Julliard pushed to branch master at wine / wine Commits: f721116c by Zhiyi Zhang at 2026-02-08T21:26:06+01:00 comctl32/tests: Add image swapping test for ImageList_Copy(). - - - - - 80ef325c by Zhiyi Zhang at 2026-02-08T21:26:07+01:00 comctl32/imagelist: Fix swapping images in ImageList_Copy(). hdcBmp has hbmTempMask selected after the last SelectObject(), we need to select hbmTempImage into hdcBmp. Otherwise, a mask bitmap is copied into a color bitmap. - - - - - 2 changed files: - dlls/comctl32/imagelist.c - dlls/comctl32/tests/imagelist.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38172b12621cc9d8a604954114f182... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38172b12621cc9d8a604954114f182... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)