1
0
Fork 0
forked from wry/wry

seat: use kb_owner code path for all keyboard_node changes

This commit is contained in:
Julian Orth 2024-03-01 21:12:08 +01:00
parent 7a67784502
commit fb08e27307
2 changed files with 1 additions and 7 deletions

View file

@ -995,9 +995,6 @@ impl WlSurface {
for seat in remove {
data.focus_node.remove(&seat);
}
if self.seat_state.is_active() {
tl.tl_surface_active_changed(false);
}
}
self.send_seat_release_events();
self.seat_state.destroy_node(self);