1
0
Fork 0
forked from wry/wry

seat: after keymap change, only send keymap to focused surface

This commit is contained in:
Julian Orth 2024-04-12 14:56:54 +02:00
parent 8d43eebc3d
commit 225995eb2f
5 changed files with 45 additions and 30 deletions

View file

@ -190,7 +190,7 @@ pub trait Node: 'static {
let _ = event;
}
fn node_on_focus(self: Rc<Self>, seat: &Rc<WlSeatGlobal>) {
fn node_on_focus(self: Rc<Self>, seat: &WlSeatGlobal) {
let _ = seat;
}