tree: fix restoration of workspaces to their desired outputs
This commit is contained in:
parent
a4559f5293
commit
c921e2400e
4 changed files with 91 additions and 68 deletions
|
|
@ -1015,6 +1015,9 @@ impl WlSurface {
|
|||
}
|
||||
self.send_seat_release_events();
|
||||
self.seat_state.destroy_node(self);
|
||||
if self.visible.get() {
|
||||
self.client.state.damage();
|
||||
}
|
||||
}
|
||||
|
||||
pub fn set_content_type(&self, content_type: Option<ContentType>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue