Skip to content

Commit

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

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

simple_add_global!(ZwlrLayerShellV1Global);
Expand Down

0 comments on commit 6efb6b8

Please sign in to comment.