Update smithay

This commit is contained in:
Ian Douglas Scott 2024-09-18 12:58:45 -07:00 committed by Victoria Brekenfeld
parent d02aecce61
commit fb32d39b1b
3 changed files with 4 additions and 12 deletions

View file

@ -1,6 +1,6 @@
use cosmic_settings_config::shortcuts;
use smithay::{
backend::input::KeyState,
backend::input::{KeyState, Keycode},
input::{
keyboard::{
GrabStartData as KeyboardGrabStartData, KeyboardGrab, KeyboardInnerHandle,
@ -33,7 +33,7 @@ impl KeyboardGrab<State> for SwapWindowGrab {
&mut self,
data: &mut State,
handle: &mut KeyboardInnerHandle<'_, State>,
keycode: u32,
keycode: Keycode,
state: KeyState,
modifiers: Option<ModifiersState>,
serial: Serial,