chore: Update smithay
This commit is contained in:
parent
472ffa5f30
commit
826ad9a91a
6 changed files with 51 additions and 43 deletions
|
|
@ -200,7 +200,7 @@ fn init_libinput(
|
|||
.input_devices
|
||||
.insert(device.name().into(), device.clone());
|
||||
} else if let InputEvent::DeviceRemoved { device } = &event {
|
||||
state.backend.kms().input_devices.remove(device.name());
|
||||
state.backend.kms().input_devices.remove(&*device.name());
|
||||
}
|
||||
|
||||
state.process_input_event(event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue