Skip to content

Commit

Permalink
expose xdg_decoration_manager in xdg_shell
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhbooth committed May 3, 2024
1 parent 3bed072 commit 3bce625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shell/xdg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ impl XdgShell {
pub fn xdg_wm_base(&self) -> &xdg_wm_base::XdgWmBase {
&self.xdg_wm_base

Check failure on line 164 in src/shell/xdg/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/client-toolkit/client-toolkit/src/shell/xdg/mod.rs
}

pub fn xdg_decoration_manager(&self) -> &GlobalProxy<zxdg_decoration_manager_v1::ZxdgDecorationManagerV1> {
&self.xdg_decoration_manager
}
}

/// A trivial wrapper for an [`xdg_positioner::XdgPositioner`].
Expand Down

0 comments on commit 3bce625

Please sign in to comment.