Skip to content

backend/wayland: wait for xdg_surface.configure explicitly

Simon Ser requested to merge emersion/wlroots:wl-backend-wait-configure into master

We were assuming a roundtrip was enough to get an xdg_surface.configure event. That's not the case, the protocol spec doesn't make such a guarantee.

Merge request reports