2 Apr
2025
2 Apr
'25
7:10 a.m.
Alexandros Frantzis (@afrantzis) commented about dlls/winewayland.drv/wayland.c:
else ERR("Wayland compositor doesn't support optional zwlr_data_control_manager_v1 (clipboard functionality will be limited)\n"); } + if (!process_wayland.xdg_toplevel_icon_manager_v1) + { + ERR("Wayland compositor doesn't support xdg_toplevel_icon_manager_v1 (window icons will not be supported)\n"); + }
Nit: For consistency with other code, there is no need to use braces for single line statements. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6938#note_99650