implement zwlr_foreign_toplevel_management protocol (#452)
* implement zwlr_foreign_toplevel_management protocol * check if initial id is empty
This commit is contained in:
parent
3be8534683
commit
0930f00356
18 changed files with 636 additions and 24 deletions
|
|
@ -302,7 +302,7 @@ impl Xwindow {
|
|||
Change::Map => {
|
||||
self.data.state.map_tiled(self.clone());
|
||||
if self.data.info.fullscreen.get() {
|
||||
self.clone().tl_set_fullscreen(true);
|
||||
self.clone().tl_set_fullscreen(true, None);
|
||||
}
|
||||
self.data.title_changed();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue