1
0
Fork 0
forked from wry/wry

tree: fix restoration of workspaces to their desired outputs

This commit is contained in:
Julian Orth 2024-03-16 06:39:11 +01:00
parent a4559f5293
commit c921e2400e
4 changed files with 91 additions and 68 deletions

View file

@ -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>) {