deps: Update smithay

This commit is contained in:
Victoria Brekenfeld 2024-11-18 19:48:17 +01:00 committed by Victoria Brekenfeld
parent dbb51e827d
commit d72bf54628
6 changed files with 37 additions and 18 deletions

View file

@ -97,7 +97,8 @@ impl ClientDndGrabHandler for State {
.lock()
.unwrap() = icon.map(|surface| DnDIcon { surface, offset })
}
fn dropped(&mut self, seat: Seat<Self>) {
fn dropped(&mut self, _target: Option<WlSurface>, _validated: bool, seat: Seat<Self>) {
seat.user_data()
.get::<Mutex<Option<DnDIcon>>>()
.unwrap()