cleanup use statements
This commit is contained in:
parent
2d9d83d3bd
commit
6f93b8774d
3 changed files with 4 additions and 24 deletions
|
|
@ -1,20 +1,11 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::wayland::protocols::corner_radius::CornerRadiusData;
|
||||
use smithay::{
|
||||
reexports::wayland_server::{Resource, Weak},
|
||||
wayland::compositor::with_states,
|
||||
};
|
||||
use std::{
|
||||
collections::{HashMap, VecDeque},
|
||||
sync::{
|
||||
atomic::{AtomicBool, Ordering},
|
||||
Mutex,
|
||||
},
|
||||
sync::atomic::{AtomicBool, Ordering},
|
||||
time::{Duration, Instant},
|
||||
};
|
||||
|
||||
use cosmic_protocols::corner_radius::v1::server::cosmic_corner_radius_toplevel_v1::CosmicCornerRadiusToplevelV1;
|
||||
use cosmic_settings_config::shortcuts::action::ResizeDirection;
|
||||
use keyframe::{ease, functions::EaseInOutCubic};
|
||||
use smithay::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue