1
0
Fork 0
forked from wry/wry

seat: clear cursor user groups at shutdown

This commit is contained in:
Julian Orth 2025-07-18 23:51:53 +02:00
parent b3b48608d1
commit f7e48e6037

View file

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