From 9580e3ca05c01796886fe0dd6d0066dbfa43042d Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Thu, 12 Mar 2026 17:33:30 +0200 Subject: [PATCH] protocol: Add wl_output.removed This provides a more convenient way to get notified that the output is no longer available. Signed-off-by: Vlad Zahorodnii --- protocol/wayland.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 513b8fd8..24a187d2 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -2858,7 +2858,7 @@ - + An output describes part of the compositor geometry. The compositor works in the 'compositor coordinate system' and an @@ -3098,6 +3098,15 @@ + + + + + This event is sent when the output is no longer available. After this + event, no new output updates will be sent. The client should call the + wl_output.release request after receiving this event. + +