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); diff --git a/src/ifs/zwlr_screencopy_manager_v1.rs b/src/ifs/zwlr_screencopy_manager_v1.rs index 63704fa3..1003e629 100644 --- a/src/ifs/zwlr_screencopy_manager_v1.rs +++ b/src/ifs/zwlr_screencopy_manager_v1.rs @@ -59,6 +59,10 @@ impl Global for ZwlrScreencopyManagerV1Global { fn version(&self) -> u32 { 3 } + + fn secure(&self) -> bool { + true + } } pub struct ZwlrScreencopyManagerV1 {