wl_buffer: remember client dmabuf when converting udmabuf to shm
This commit is contained in:
parent
7122b89cb9
commit
d90ddba50a
5 changed files with 12 additions and 9 deletions
|
|
@ -131,6 +131,7 @@ impl ZwpLinuxBufferParamsV1 {
|
|||
p.offset as usize,
|
||||
dmabuf.width,
|
||||
dmabuf.height,
|
||||
Some(dmabuf.clone()),
|
||||
p.stride as _,
|
||||
format.format,
|
||||
&client_mem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue