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.