deps: Update smithay
This commit is contained in:
parent
dbb51e827d
commit
d72bf54628
6 changed files with 37 additions and 18 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue