To display and make changes to virtual desktop and monitors layout, which would be useful for virtual display settings or simply for the virtual desktop mode.
The applet could eventually be improved to show other display devices information, such as how devices are enumerated with other APIs, etc...
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6529
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