wayland: make layer shell a privileged global
This commit is contained in:
parent
4558bdb7c1
commit
6efb6b8f4f
1 changed files with 4 additions and 0 deletions
|
|
@ -113,6 +113,10 @@ impl Global for ZwlrLayerShellV1Global {
|
|||
fn version(&self) -> u32 {
|
||||
4
|
||||
}
|
||||
|
||||
fn secure(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
simple_add_global!(ZwlrLayerShellV1Global);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue