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@codeweavers.com --- dlls/comctl32/comctl32.h | 1 + dlls/comctl32/imagelist.c | 5 +++++ dlls/comctl32/toolbar.c | 26 ++++++++++++++++++++++---- 3 files changed, 28 insertions(+), 4 deletions(-)