Fix warnings on Linux (#1004)
This commit is contained in:
parent
5bf303fd26
commit
2af753f307
3 changed files with 12 additions and 12 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use std::{
|
||||
collections::VecDeque,
|
||||
io::{Seek, SeekFrom, Write},
|
||||
sync::{Arc, Mutex, Weak},
|
||||
};
|
||||
|
||||
|
|
@ -18,8 +17,8 @@ use crate::{
|
|||
use smithay_client_toolkit::{
|
||||
output::OutputMgr,
|
||||
reexports::client::{
|
||||
protocol::{wl_seat, wl_shm, wl_subsurface, wl_surface},
|
||||
Display, NewProxy,
|
||||
protocol::{wl_seat, wl_surface},
|
||||
Display,
|
||||
},
|
||||
surface::{get_dpi_factor, get_outputs},
|
||||
window::{ConceptFrame, Event as WEvent, State as WState, Theme, Window as SWindow},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue