mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2026-05-05 22:48:01 +02:00
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:
parent
4264185db3
commit
8d1933a055
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue