seat: add focus history
This commit is contained in:
parent
9941263a82
commit
d12234b38b
21 changed files with 546 additions and 22 deletions
|
|
@ -87,7 +87,7 @@ impl KbOwner for DefaultKbOwner {
|
|||
old.node_active_changed(false);
|
||||
}
|
||||
|
||||
if node.node_seat_state().focus(seat) {
|
||||
if node.node_seat_state().focus(&node, seat) {
|
||||
node.node_active_changed(true);
|
||||
}
|
||||
// log::info!("focus {}", node.node_id());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue