toplevel: store if ancestor is fullscreen
This commit is contained in:
parent
0253f10dcc
commit
a5e8b39e4f
3 changed files with 42 additions and 2 deletions
|
|
@ -41,4 +41,7 @@ pub trait ContainingNode: Node {
|
|||
fn cnode_get_float(self: Rc<Self>) -> Option<Rc<FloatNode>> {
|
||||
None
|
||||
}
|
||||
fn cnode_self_or_ancestor_fullscreen(&self) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue