deps: Update smithay

This commit is contained in:
Victoria Brekenfeld 2022-08-31 13:01:23 +02:00
parent 9e0a6e1b5f
commit 6690e13d54
31 changed files with 572 additions and 562 deletions

View file

@ -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 {