18 Sep
2024
18 Sep
'24
9:32 p.m.
Currently shell32 only transfers the plain icon for `Shell_NotifyIcon` calls, ignoring balloon icons. This patch allows transferring both images to explorer.exe tray. -- v15: shell32: Add support for balloon icon copying. shell32: Introduce a new fill_icon_info helper. shell32: Cleanup some local variable names. shell32: Introduce a new get_bitmap_info helper. shell32: Move icon related fields in notify_data into separate struct. https://gitlab.winehq.org/wine/wine/-/merge_requests/2875