Skip to content

xdg-surface: fix init state flow

Kirill Primak requested to merge vyivel/wlroots:xdg-surface-init-state into master

Fixes: #3677 (closed)


If a compositor tries to send a configure to an uninitialized xdg_surface, an error is logged; see wayland/wayland-protocols#109. This might become a hard crash in the future.

Edited by Kirill Primak

Merge request reports