Currently shell32 only transfers the plain icon for `Shell_NotifyIcon` calls, ignoring balloon icons. This patch allows transferring both images to explorer.exe tray.
--
v12: shell32: add support for balloon icon copying
shell32: move icon related fields in notify_data into separate struct
https://gitlab.winehq.org/wine/wine/-/merge_requests/2875
Currently shell32 only transfers the plain icon for `Shell_NotifyIcon` calls, ignoring balloon icons. This patch allows transferring both images to explorer.exe tray.
--
v11: shell32: add support for balloon icon copying
shell32: move icon related fields in notify_data into separate struct
https://gitlab.winehq.org/wine/wine/-/merge_requests/2875
File emfdc.c, function get_bitmap_info:
Memory leaks in get_bitmap_info via return before calling DeleteDC and DeleteObject.
--
v17: gdi32: Actually return the device context and bitmap from get_bitmap_info().
https://gitlab.winehq.org/wine/wine/-/merge_requests/6453