Alexandre Julliard pushed to branch master at wine / wine
Commits: 4e63bf47 by Alex Henrie at 2024-09-02T11:00:41+02:00 explorer: Return void from show_icon and hide_icon.
The functions always returned TRUE and nothing used the return value.
- - - - - 566f0348 by Alex Henrie at 2024-09-02T11:00:43+02:00 explorer: Support the NoTrayItemsDisplay registry setting.
This setting is a more extreme version of the ShowSystray setting: In addition to suppressing the floating systray, it suppresses systray icons in the host taskbar and in the virtual desktop taskbar. NoTrayItemsDisplay is the same registry setting that can be set on Windows to remove the system tray from the taskbar, so if any application sets it, Wine will now respect the setting.
- - - - -
3 changed files:
- programs/explorer/desktop.c - programs/explorer/explorer_private.h - programs/explorer/systray.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8cae76ba201720e5f930aed244b777...