chore: Update smithay

This commit is contained in:
Ian Douglas Scott 2026-04-24 14:14:59 -07:00 committed by Ian Douglas Scott
parent 472ffa5f30
commit 826ad9a91a
6 changed files with 51 additions and 43 deletions

View file

@ -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);