From 1078ee4993cc45a77bf7af79cb3f307a132123c6 Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Tue, 5 Oct 2021 10:06:07 -0400 Subject: [PATCH] wl_shell is not mandatory Even though it is part of wayland.xml, wl_shell is not mandatory for compositors to implement, and may be removed in a future version. Signed-off-by: Demi Marie Obenour --- protocol/wayland.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 4389262a..1da3db9d 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1057,7 +1057,8 @@ a basic surface. Note! This protocol is deprecated and not intended for production use. - For desktop-style user interfaces, use xdg_shell. + For desktop-style user interfaces, use xdg_shell. Compositors and clients + should not implement this interface.