From 0bd11d5eb941b8038f0723135768d84aa5512b4a Mon Sep 17 00:00:00 2001 From: Aurelle Date: Sun, 9 Nov 2025 16:59:14 +0100 Subject: [PATCH] protocols/layershell: do not raise protocol error if layer surface is not anchored (#12241) --- src/protocols/LayerShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/LayerShell.cpp b/src/protocols/LayerShell.cpp index 15db14458..2ed4bfb1c 100644 --- a/src/protocols/LayerShell.cpp +++ b/src/protocols/LayerShell.cpp @@ -159,7 +159,7 @@ CLayerShellResource::CLayerShellResource(SP resource_, SPerror(ZWLR_LAYER_SURFACE_V1_ERROR_INVALID_EXCLUSIVE_EDGE, "Exclusive edge doesn't align with anchor"); return; }