[PATCH v3] comctl32: Correctly draw disabled toolbar button which contains 32 bpp bitmap with alpha channel.
30 Mar
2020
30 Mar
'20
5:57 a.m.
Sorry for sending this patch too late. I moved to a new apartment last week and not able to use internet in my new apartment. v3: * Move imagelist_has_alpha() declaration to dlls/comctl32/comctl32.h * Use ImageList_DrawIndirect() to replace ImageList_DrawEx() Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=24784 Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/comctl32/comctl32.h | 1 + dlls/comctl32/imagelist.c | 5 +++++ dlls/comctl32/toolbar.c | 26 ++++++++++++++++++++++---- 3 files changed, 28 insertions(+), 4 deletions(-)
2174
Age (days ago)
2174
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ziqing Hui