Alexandre Julliard pushed to branch master at wine / wine
Commits: 9cf14ea1 by Sergei Chernyadyev at 2024-08-27T20:48:49+02:00 comctl32/tooltip: Support large standard title icons.
Added 32x32 icons for TTI_INFO_LARGE, TTI_WARNING_LARGE and TTI_ERROR_LARGE. User-defined icons passed through TTM_SETTITLE message are still drawn as 16x16 icons.
- - - - - 711f9f46 by Sergei Chernyadyev at 2024-08-27T20:48:53+02:00 explorer: Support large tooltip icons.
Icon-related NIIF_ flags are now handled properly when used alongside with other flags such as NIIF_LARGE_ICON and others.
- - - - -
7 changed files:
- dlls/comctl32/comctl32.h - dlls/comctl32/comctl32.rc - + dlls/comctl32/idi_tt_error_md.ico - + dlls/comctl32/idi_tt_info_md.ico - + dlls/comctl32/idi_tt_warn_md.ico - dlls/comctl32/tooltips.c - programs/explorer/systray.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd2fd541be88c8702e61ab5e63282a...