mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
screencopy: perform DMA-BUF copy on output commit
This commit is contained in:
parent
f0945e112f
commit
51fc7ddb29
2 changed files with 106 additions and 49 deletions
|
|
@ -53,6 +53,7 @@ struct wlr_screencopy_frame_v1 {
|
|||
|
||||
struct wlr_output *output;
|
||||
struct wl_listener output_precommit;
|
||||
struct wl_listener output_commit;
|
||||
struct wl_listener output_destroy;
|
||||
struct wl_listener output_enable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue