tree: add Node::node_make_visible
This commit is contained in:
parent
289c201a69
commit
4bfa9fb7fc
15 changed files with 147 additions and 34 deletions
|
|
@ -1818,6 +1818,12 @@ impl Node for WlSurface {
|
|||
self.ext.get().tray_item()
|
||||
}
|
||||
|
||||
fn node_make_visible(self: Rc<Self>) {
|
||||
if let Some(tl) = self.toplevel.get() {
|
||||
tl.node_make_visible();
|
||||
}
|
||||
}
|
||||
|
||||
fn node_on_key(
|
||||
&self,
|
||||
seat: &WlSeatGlobal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue