1
0
Fork 0
forked from wry/wry

wayland: make layer shell a privileged global

This commit is contained in:
Julian Orth 2024-04-01 13:18:17 +02:00
parent 4558bdb7c1
commit 6efb6b8f4f

View file

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