xwayland: apply fullscreen state after mapping tiled window
This commit is contained in:
parent
faa3248a40
commit
d683dda3fa
1 changed files with 3 additions and 0 deletions
|
|
@ -282,6 +282,9 @@ impl Xwindow {
|
||||||
}
|
}
|
||||||
Change::Map => {
|
Change::Map => {
|
||||||
self.data.state.map_tiled(self.clone());
|
self.data.state.map_tiled(self.clone());
|
||||||
|
if self.data.info.fullscreen.get() {
|
||||||
|
self.clone().tl_set_fullscreen(true);
|
||||||
|
}
|
||||||
self.data.title_changed();
|
self.data.title_changed();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue