Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/wayland_surface.c:
free(utf8);
}
+/**********************************************************************
wayland_surface_set_icon
- */
+void wayland_surface_set_icon(struct wayland_surface *surface, UINT type, ICONINFO* ii)
Coding style nit: '*' goes with variable: `ICONINFO *ii`