From 55c4da9d11f664251f24627eed001c3627f73a40 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Wed, 22 Apr 2026 11:44:26 +1200 Subject: [PATCH] Add invalid_layer error to zwlr_layer_surface_v1 This should be used in zwlr_layer_surface_v1.set_layer. wlroots is currently incorrectly using zwlr_layer_shell_v1.error.invalid_layer for this and will now be able to be corrected. --- unstable/wlr-layer-shell-unstable-v1.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unstable/wlr-layer-shell-unstable-v1.xml b/unstable/wlr-layer-shell-unstable-v1.xml index e9f27e4..c217dcc 100644 --- a/unstable/wlr-layer-shell-unstable-v1.xml +++ b/unstable/wlr-layer-shell-unstable-v1.xml @@ -25,7 +25,7 @@ THIS SOFTWARE. - + Clients can use this interface to assign the surface_layer role to wl_surfaces. Such surfaces are assigned to a "layer" of the output and @@ -368,6 +368,7 @@ +