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

2
Cargo.lock generated
View file

@ -4703,7 +4703,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "smithay"
version = "0.3.0"
source = "git+https://github.com/smithay//smithay?rev=298bef3#298bef358d4bbffd3a1159dc2ec418b9f81417cc"
source = "git+https://github.com/smithay//smithay?rev=65c4abf#65c4abf4cbdf122abff96ad17a440c76a8cf7cea"
dependencies = [
"appendlist",
"ash 0.38.0+1.3.281",

View file

@ -116,4 +116,4 @@ inherits = "release"
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "298bef3" }
smithay = { git = "https://github.com/smithay//smithay", rev = "65c4abf" }

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() {