From 8d1933a055bac67f5b09baa336f2119d0d208492 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Thu, 30 Mar 2023 19:41:38 +0200 Subject: [PATCH] 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. --- unstable/wlr-output-management-unstable-v1.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/unstable/wlr-output-management-unstable-v1.xml b/unstable/wlr-output-management-unstable-v1.xml index 411e2f0..17ebac7 100644 --- a/unstable/wlr-output-management-unstable-v1.xml +++ b/unstable/wlr-output-management-unstable-v1.xml @@ -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.