1
0
Fork 0
forked from wry/wry

Merge pull request #144 from mahkoh/jorth/layer-shell-privileged

wayland: make legacy wlr protocols privileged
This commit is contained in:
mahkoh 2024-04-07 14:00:18 +02:00 committed by GitHub
commit a64b9e99d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -113,6 +113,10 @@ impl Global for ZwlrLayerShellV1Global {
fn version(&self) -> u32 {
4
}
fn secure(&self) -> bool {
true
}
}
simple_add_global!(ZwlrLayerShellV1Global);

View file

@ -59,6 +59,10 @@ impl Global for ZwlrScreencopyManagerV1Global {
fn version(&self) -> u32 {
3
}
fn secure(&self) -> bool {
true
}
}
pub struct ZwlrScreencopyManagerV1 {