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) +{
- HDC hDC;
- struct wayland_shm_buffer *icon_buf;
- if (!ii) return;
Let's not allow NULL ICONINFO and `assert()` this instead.