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 {