canonical / wlcs

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

XdgSurfaceStable: Fix configure event logic #322

Closed RAOF closed 11 months ago

RAOF commented 11 months ago

We have a test, further down the file, testing that attaching a buffer to an xdg_surface before the first commit throws a protocol error.

Fix gets_configure_event to not attach a buffer to an xdg_surface before the first commit 🤦‍♀️.

Fixes: #312