canonical / wlcs

Wayland Conformance Test Suite
GNU General Public License v2.0
50 stars 14 forks source link

InProcessServer: Fix xdg_shell window construction. #324

Closed RAOF closed 11 months ago

RAOF commented 11 months ago

Protocol requires that a client commit the surface after setting up XDG roles and ack_configure the resulting xdg_surface.configure event before attaching a buffer to the surface.

We don't notice in Mir because we XFAIL the relevant tests 🤦‍♀️.