autocommit 2022-02-05 18:14:24 CET
This commit is contained in:
parent
2d8b3a200e
commit
3a4ae99b9a
71 changed files with 1626 additions and 1306 deletions
|
|
@ -60,7 +60,7 @@ impl OutputHandler {
|
|||
ae.triggered().await;
|
||||
}
|
||||
self.state.outputs.remove(&self.output.id());
|
||||
let _ = self.state.globals.remove(&self.state, name);
|
||||
let _ = self.state.remove_global(&*global);
|
||||
self.state
|
||||
.output_handlers
|
||||
.borrow_mut()
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ impl SeatHandler {
|
|||
ae.triggered().await;
|
||||
}
|
||||
global.set_cursor(None);
|
||||
let _ = self.state.globals.remove(&self.state, name);
|
||||
let _ = self.state.remove_global(&*global);
|
||||
self.state.seats.borrow_mut().remove(&self.seat.id());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue