shell: Cleanup dead fullscreen surfaces
This commit is contained in:
parent
2890c512df
commit
9f767a1d13
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ impl Workspace {
|
|||
for window in dead_output_windows {
|
||||
self.unfullscreen_request(&window);
|
||||
}
|
||||
self.fullscreen.retain(|_, w| w.toplevel().alive());
|
||||
self.layout.refresh(&mut self.space);
|
||||
self.space.refresh();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue