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

View file

@ -180,7 +180,7 @@ where
Modifier::Invalid,
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() {
Some(dmabuf) => {
match state.dmabuf_imported(&data.dmabuf_global, dmabuf.clone()) {