seat: clear cursor user groups at shutdown
This commit is contained in:
parent
b3b48608d1
commit
f7e48e6037
1 changed files with 2 additions and 0 deletions
|
|
@ -1069,6 +1069,8 @@ impl State {
|
|||
self.head_managers.clear();
|
||||
self.head_managers_async.clear();
|
||||
self.const_40hz_latch.clear();
|
||||
self.cursor_user_groups.clear();
|
||||
self.cursor_user_group_hardware_cursor.take();
|
||||
}
|
||||
|
||||
pub fn remove_toplevel_id(&self, id: ToplevelIdentifier) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue