@@ -29,7 +29,6 @@ use crate::{
2929 wayland:: {
3030 handlers:: xdg_shell:: popup:: get_popup_toplevel,
3131 protocols:: {
32- corner_radius:: CornerRadiusData ,
3332 toplevel_info:: {
3433 toplevel_enter_output, toplevel_enter_workspace, toplevel_leave_output,
3534 toplevel_leave_workspace,
@@ -38,9 +37,7 @@ use crate::{
3837 } ,
3938 } ,
4039} ;
41- use smithay:: { reexports:: wayland_server:: Resource , wayland:: compositor:: with_states} ;
4240
43- use cosmic_protocols:: corner_radius:: v1:: server:: cosmic_corner_radius_toplevel_v1:: CosmicCornerRadiusToplevelV1 ;
4441use cosmic_settings_config:: shortcuts:: action:: { FocusDirection , ResizeDirection } ;
4542use id_tree:: { InsertBehavior , MoveBehavior , Node , NodeId , NodeIdError , RemoveBehavior , Tree } ;
4643use keyframe:: {
@@ -62,13 +59,13 @@ use smithay::{
6259 desktop:: { layer_map_for_output, space:: SpaceElement , PopupKind , WindowSurfaceType } ,
6360 input:: Seat ,
6461 output:: Output ,
65- reexports:: wayland_server:: { Client , Weak as WsWeak } ,
62+ reexports:: wayland_server:: Client ,
6663 utils:: { IsAlive , Logical , Physical , Point , Rectangle , Scale , Size } ,
6764 wayland:: { compositor:: add_blocker, seat:: WaylandFocus } ,
6865} ;
6966use std:: {
7067 collections:: { HashMap , VecDeque } ,
71- sync:: { Arc , Mutex , Weak } ,
68+ sync:: { Arc , Weak } ,
7269 time:: { Duration , Instant } ,
7370} ;
7471use tracing:: trace;
0 commit comments