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)
Coding style nit: '*' goes with variable: `ICONINFO *ii` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6938#note_99492