Update smithay
This commit is contained in:
parent
d02aecce61
commit
fb32d39b1b
3 changed files with 4 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue