wayland: make wlr-screencopy-manager a privileged global
This commit is contained in:
parent
6efb6b8f4f
commit
a7d799aff3
1 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,10 @@ impl Global for ZwlrScreencopyManagerV1Global {
|
|||
fn version(&self) -> u32 {
|
||||
3
|
||||
}
|
||||
|
||||
fn secure(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
pub struct ZwlrScreencopyManagerV1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue