autocommit 2022-02-20 16:13:24 CET
This commit is contained in:
parent
e78cb07df7
commit
fbb389b5e9
3 changed files with 6 additions and 1 deletions
|
|
@ -317,6 +317,7 @@ impl XdgToplevel {
|
|||
_ => return,
|
||||
};
|
||||
let extents = self.xdg.extents.get();
|
||||
parent.child_active_changed(self, self.active_surfaces.get() > 0);
|
||||
parent.child_size_changed(self, extents.width(), extents.height());
|
||||
parent.child_title_changed(self, self.title.borrow_mut().deref());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue