chore: update smithay

This commit is contained in:
Victoria Brekenfeld 2026-07-06 16:22:18 +02:00 committed by Victoria Brekenfeld
parent 1f48a5e866
commit 3e17157ccf
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -4813,7 +4813,7 @@ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
[[package]] [[package]]
name = "smithay" name = "smithay"
version = "0.7.0" version = "0.7.0"
source = "git+https://github.com/smithay/smithay.git?rev=8eb4076#8eb4076cad8705c56f5e3bac8577b83576b6ce76" source = "git+https://github.com/smithay/smithay.git?rev=efeb597#efeb59768eb9a2d8dae9f71300a56aef06b0c1c4"
dependencies = [ dependencies = [
"aliasable", "aliasable",
"appendlist", "appendlist",

View file

@ -144,4 +144,4 @@ lto = "fat"
cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" } cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" }
[patch.crates-io] [patch.crates-io]
smithay = { git = "https://github.com/smithay/smithay.git", rev = "8eb4076" } smithay = { git = "https://github.com/smithay/smithay.git", rev = "efeb597" }

View file

@ -180,7 +180,7 @@ where
Modifier::Invalid, Modifier::Invalid,
DmabufFlags::empty(), DmabufFlags::empty(),
); );
dma.add_plane(name, 0, offset0 as u32, stride0 as u32); dma.add_plane(name, offset0 as u32, stride0 as u32);
match dma.build() { match dma.build() {
Some(dmabuf) => { Some(dmabuf) => {
match state.dmabuf_imported(&data.dmabuf_global, dmabuf.clone()) { match state.dmabuf_imported(&data.dmabuf_global, dmabuf.clone()) {