diff --git a/src/ifs/zwlr_layer_shell_v1.rs b/src/ifs/zwlr_layer_shell_v1.rs index d36e2a64..2aae59f8 100644 --- a/src/ifs/zwlr_layer_shell_v1.rs +++ b/src/ifs/zwlr_layer_shell_v1.rs @@ -113,6 +113,10 @@ impl Global for ZwlrLayerShellV1Global { fn version(&self) -> u32 { 4 } + + fn secure(&self) -> bool { + true + } } simple_add_global!(ZwlrLayerShellV1Global);