mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
export-dmabuf: Implement release semantics
This implements release semantics so that clients can hold onto buffers while encoding.
This commit is contained in:
parent
a30c102163
commit
cded7797f7
3 changed files with 18 additions and 6 deletions
|
|
@ -32,6 +32,7 @@ struct wlr_export_dmabuf_frame_v1 {
|
|||
struct wl_list link; // wlr_export_dmabuf_manager_v1.frames
|
||||
|
||||
struct wlr_output *output;
|
||||
struct wlr_buffer *buffer;
|
||||
|
||||
bool cursor_locked;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue