From e187420e38c8175cb906c4d329318097f5feafbf Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Thu, 25 Sep 2025 17:53:59 +0200 Subject: [PATCH] output-capture: Fix protocol event order The new formats_done event has to be at the end, triggering warnings like the following otherwise: warning: since version not increasing Fixes: 00902a592 (output-capture: Allow multiple formats and add formats_done event) Signed-off-by: Robert Mader --- protocol/weston-output-capture.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/protocol/weston-output-capture.xml b/protocol/weston-output-capture.xml index 7f6020cba..56dcd0d7c 100644 --- a/protocol/weston-output-capture.xml +++ b/protocol/weston-output-capture.xml @@ -165,12 +165,6 @@ - - - This event is sent after all formats have been sent. - - - This event delivers the size that should be used for the @@ -220,6 +214,12 @@ + + + + This event is sent after all formats have been sent. + +