chore: Update smithay

This commit is contained in:
Victoria Brekenfeld 2024-08-22 16:24:27 +02:00 committed by Victoria Brekenfeld
parent 52ad30c264
commit c9220a7acc
3 changed files with 4 additions and 4 deletions

View file

@ -1607,8 +1607,8 @@ impl State {
let tablet_seat = seat.tablet_seat();
let tablet = tablet_seat.get_tablet(&TabletDescriptor::from(&event.device()));
let tool =
tablet_seat.add_tool::<Self>(&self.common.display_handle, &event.tool());
let dh = self.common.display_handle.clone();
let tool = tablet_seat.add_tool::<Self>(self, &dh, &event.tool());
if let Some(tablet) = tablet {
match event.state() {