screencopy: perform DMA-BUF copy on output commit

This commit is contained in:
Simon Ser 2020-11-04 16:03:54 +01:00
parent f0945e112f
commit 51fc7ddb29
2 changed files with 106 additions and 49 deletions

View file

@ -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;