output-management: ensure sequence of configuration feedback events

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.
This commit is contained in:
Roman Gilg 2023-03-30 19:41:38 +02:00
parent 4264185db3
commit 8d1933a055

View file

@ -489,8 +489,9 @@
Upon receiving this event, the client should destroy this object.
If the current configuration has changed, events to describe the changes
will be sent followed by a wlr_output_manager.done event.
After this event has been sent and if the current configuration has
changed respective events to describe the changes will be sent on the
wlr_output_head interface followed by a wlr_output_manager.done event.
</description>
</event>