From 51fc7ddb294895ccfad173afc8f3a920f6aede4a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 4 Nov 2020 16:03:54 +0100 Subject: screencopy: perform DMA-BUF copy on output commit --- include/wlr/types/wlr_screencopy_v1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_screencopy_v1.h b/include/wlr/types/wlr_screencopy_v1.h index b778dd41..1c45f905 100644 --- a/include/wlr/types/wlr_screencopy_v1.h +++ b/include/wlr/types/wlr_screencopy_v1.h @@ -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; -- cgit v1.2.3