tree: restack floaters and popups on demand
This commit is contained in:
parent
911591973e
commit
386d74f926
6 changed files with 52 additions and 6 deletions
|
|
@ -182,6 +182,9 @@ pub trait ToplevelNodeBase: Node {
|
|||
fn tl_scanout_surface(&self) -> Option<Rc<WlSurface>> {
|
||||
None
|
||||
}
|
||||
fn tl_restack_popups(&self) {
|
||||
// nothing
|
||||
}
|
||||
}
|
||||
|
||||
pub struct FullscreenedData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue