chore: format for Rust 2024
This commit is contained in:
parent
0a8da05847
commit
1f7f0c70b7
99 changed files with 414 additions and 442 deletions
|
|
@ -1,14 +1,14 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::{
|
||||
shell::focus::target::{KeyboardFocusTarget, PointerFocusTarget},
|
||||
shell::Devices,
|
||||
shell::focus::target::{KeyboardFocusTarget, PointerFocusTarget},
|
||||
state::State,
|
||||
utils::prelude::SeatExt,
|
||||
};
|
||||
use smithay::{
|
||||
delegate_cursor_shape, delegate_seat,
|
||||
input::{keyboard::LedState, pointer::CursorImageStatus, SeatHandler, SeatState},
|
||||
input::{SeatHandler, SeatState, keyboard::LedState, pointer::CursorImageStatus},
|
||||
};
|
||||
|
||||
impl SeatHandler for State {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue