1
0
Fork 0
forked from wry/wry

wayland: make wlr-screencopy-manager a privileged global

This commit is contained in:
Julian Orth 2024-04-01 13:22:25 +02:00
parent 6efb6b8f4f
commit a7d799aff3

View file

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