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

@ -1,4 +1,4 @@
use smithay::{delegate_idle_notify, wayland::idle_notify::IdleNotifierHandler};
use smithay::wayland::idle_notify::IdleNotifierHandler;
use crate::state::State;
@ -9,4 +9,3 @@ impl IdleNotifierHandler for State {
&mut self.common.idle_notifier_state
}
}
delegate_idle_notify!(State);