Skip to content

Commit

Permalink
wayland: make wlr-screencopy-manager a privileged global
Browse files Browse the repository at this point in the history
  • Loading branch information
mahkoh committed Apr 1, 2024
1 parent 6efb6b8 commit a7d799a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ifs/zwlr_screencopy_manager_v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ impl Global for ZwlrScreencopyManagerV1Global {
fn version(&self) -> u32 {
3
}

fn secure(&self) -> bool {
true
}
}

pub struct ZwlrScreencopyManagerV1 {
Expand Down

0 comments on commit a7d799a

Please sign in to comment.