chore: Update smithay with Dispatch2

This commit is contained in:
Ian Douglas Scott 2026-04-28 16:58:33 -07:00 committed by Victoria Brekenfeld
parent b5186ef21a
commit 4106904a7e
46 changed files with 59 additions and 234 deletions

View file

@ -6,7 +6,6 @@ use crate::{
wayland::protocols::workspace::{State as WState, WorkspaceHandle},
};
use smithay::{
delegate_xdg_activation,
input::Seat,
reexports::wayland_server::protocol::wl_surface::WlSurface,
wayland::xdg_activation::{
@ -246,5 +245,3 @@ impl State {
};
}
}
delegate_xdg_activation!(State);