Skip to content

output-management: ensure sequence of configuration feedback events

Roman Gilg requested to merge romangg/wlr-protocols:config-feedback into master

On a successful configuration apply request we want to prescribe that the succeeded event is sent before the head changes. This simplifies implementations of the protocol.

Merge request reports