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); ```