Merge pull request #111 from mahkoh/jorth/kb-focus
seat: use kb_owner code path for all keyboard_node changes
This commit is contained in:
commit
2a61aee979
2 changed files with 1 additions and 7 deletions
|
|
@ -996,9 +996,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue