mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
seat: destroy seat->workspace_osd_timer on exit
This commit is contained in:
parent
b08f753497
commit
102bcc5013
1 changed files with 5 additions and 0 deletions
|
|
@ -583,6 +583,11 @@ seat_finish(struct server *server)
|
|||
input_device_destroy(&input->destroy, NULL);
|
||||
}
|
||||
|
||||
if (seat->workspace_osd_timer) {
|
||||
wl_event_source_remove(seat->workspace_osd_timer);
|
||||
seat->workspace_osd_timer = NULL;
|
||||
}
|
||||
|
||||
input_handlers_finish(seat);
|
||||
input_method_relay_finish(seat->input_method_relay);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue