2 Apr
2025
2 Apr
'25
7:20 a.m.
Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/window.c:
} }
+/***************************************************************** + * WAYLAND_SetWindowIcon + */ +void WAYLAND_SetWindowIcon(HWND hwnd, UINT type, HICON icon) +{ + struct wayland_win_data *data; + ICONINFO ii; + + TRACE("hwnd=%p text=%u icon=%p\n", hwnd, type, icon);
```suggestion:-0+0 TRACE("hwnd=%p type=%u icon=%p\n", hwnd, type, icon); ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6938#note_99663