diff --git a/src/shell/xdg/mod.rs b/src/shell/xdg/mod.rs index 5e5a07703..0bc4d5116 100644 --- a/src/shell/xdg/mod.rs +++ b/src/shell/xdg/mod.rs @@ -163,6 +163,12 @@ impl XdgShell { pub fn xdg_wm_base(&self) -> &xdg_wm_base::XdgWmBase { &self.xdg_wm_base } + + pub fn xdg_decoration_manager( + &self, + ) -> &GlobalProxy { + &self.xdg_decoration_manager + } } /// A trivial wrapper for an [`xdg_positioner::XdgPositioner`].