cleanup(wayland/popup): just imports
This commit is contained in:
@@ -9,10 +9,7 @@ use crate::{
|
|||||||
};
|
};
|
||||||
use parking_lot::Mutex;
|
use parking_lot::Mutex;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use std::{
|
use std::sync::{Arc, Weak, atomic::AtomicBool};
|
||||||
sync::{Arc, Weak, atomic::AtomicBool},
|
|
||||||
u64,
|
|
||||||
};
|
|
||||||
use waynest::{
|
use waynest::{
|
||||||
server::{Client, Dispatcher, Result, protocol::stable::xdg_shell::xdg_popup::XdgPopup},
|
server::{Client, Dispatcher, Result, protocol::stable::xdg_shell::xdg_popup::XdgPopup},
|
||||||
wire::ObjectId,
|
wire::ObjectId,
|
||||||
|
|||||||
Reference in New Issue
Block a user