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