aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_screencopy_v1.h1
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 69f62437..892687aa 100644
--- a/include/wlr/types/wlr_screencopy_v1.h
+++ b/include/wlr/types/wlr_screencopy_v1.h
@@ -23,6 +23,7 @@ struct wlr_screencopy_frame_v1 {
int stride;
struct wl_shm_buffer *buffer;
+ struct wl_listener buffer_destroy;
struct wlr_output *output;
struct wl_listener output_swap_buffers;