deps: Update smithay
This commit is contained in:
parent
9e0a6e1b5f
commit
6690e13d54
31 changed files with 572 additions and 562 deletions
|
|
@ -1,14 +1,13 @@
|
|||
use crate::{
|
||||
input::{ActiveOutput, SeatId},
|
||||
state::Common,
|
||||
};
|
||||
use crate::input::{ActiveOutput, SeatId};
|
||||
use smithay::{
|
||||
input::Seat,
|
||||
utils::{Logical, Rectangle, Transform},
|
||||
wayland::{output::Output, seat::Seat},
|
||||
wayland::output::Output,
|
||||
};
|
||||
use std::cell::RefCell;
|
||||
|
||||
pub use crate::state::State;
|
||||
pub use crate::shell::{Shell, Workspace};
|
||||
pub use crate::state::{Common, State};
|
||||
pub use crate::wayland::handlers::xdg_shell::popup::update_reactive_popups;
|
||||
|
||||
pub trait OutputExt {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue