Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/wayland.c:
ERR("Wayland compositor doesn't support wl_subcompositor\n"); return FALSE; }
- /* Check for optional globals. */ if (!process_wayland.zwp_pointer_constraints_v1)
I don't mind too much but honestly I don't like the idea of making things optional already when the driver is still not stable and enabled by default.