diff options
author | Andri Yngvason <andri@yngvason.is> | 2021-08-14 22:33:53 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-09-10 10:37:18 +0200 |
commit | 105fdecd0cd893c4ae1e21f78c67404f70859af8 (patch) | |
tree | 56b7ce5ce5b85a55139b9d922c0d635e37105ba9 /include/wlr | |
parent | 04d234bac1fe1b8d8e96e727d5ac7e4a41e9e6a7 (diff) |
screencopy: Handle shm copy in commit event handler
This simplifies the implementation considerably.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_screencopy_v1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_screencopy_v1.h b/include/wlr/types/wlr_screencopy_v1.h index aaa300b3..9947b015 100644 --- a/include/wlr/types/wlr_screencopy_v1.h +++ b/include/wlr/types/wlr_screencopy_v1.h @@ -52,7 +52,6 @@ struct wlr_screencopy_frame_v1 { struct wl_listener buffer_destroy; struct wlr_output *output; - struct wl_listener output_precommit; struct wl_listener output_commit; struct wl_listener output_destroy; struct wl_listener output_enable; |