diff options
author | Simon Ser <contact@emersion.fr> | 2020-11-04 16:03:54 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-11-05 09:43:42 +0100 |
commit | 51fc7ddb294895ccfad173afc8f3a920f6aede4a (patch) | |
tree | 08ba772ccac54e63f3422133eade55bde82c43c9 /include/wlr | |
parent | f0945e112f3f4e50021f55d59572526ff9fee847 (diff) |
screencopy: perform DMA-BUF copy on output commit
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_screencopy_v1.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |