1
0
Fork 0
forked from wry/wry

tree: restack floaters and popups on demand

This commit is contained in:
Julian Orth 2024-03-03 15:39:04 +01:00
parent 911591973e
commit 386d74f926
6 changed files with 52 additions and 6 deletions

View file

@ -634,6 +634,10 @@ impl ToplevelNodeBase for XdgToplevel {
fn tl_scanout_surface(&self) -> Option<Rc<WlSurface>> {
Some(self.xdg.surface.clone())
}
fn tl_restack_popups(&self) {
self.xdg.restack_popups();
}
}
impl XdgSurfaceExt for XdgToplevel {