chore: Update smithay
This commit is contained in:
parent
52ad30c264
commit
c9220a7acc
3 changed files with 4 additions and 4 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue