14 Oct
2025
14 Oct
'25
6:19 a.m.
Huw Davies (@huw) commented about dlls/win32u/ntuser_private.h:
HICON hIcon; /* window's icon */ HICON hIconSmall; /* window's small icon */ HICON hIconSmall2; /* window's secondary small icon, derived from hIcon */ + BOOL has_icons; /* window's icons has been initialized */
```suggestion:-0+0 BOOL has_icons; /* window's icons have been initialized */ ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9165#note_118467