1 Apr
2025
1 Apr
'25
10:18 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6938#note_99493