13 Sep
2024
13 Sep
'24
9:35 a.m.
Rémi Bernon (@rbernon) commented about dlls/shell32/systray.c:
WCHAR szInfoTitle[64]; DWORD dwInfoFlags; GUID guidItem; - /* data for the icon bitmap */ - UINT width; - UINT height; - UINT planes; - UINT bpp; + struct notify_data_icon icons[];
Then if we prefer to do it like this for now, I think we only need two icon data here as NOTIFYICONDATA has only two HICON, no need for a variable sized array? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2875#note_82107