aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_buffer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_buffer.h b/include/wlr/types/wlr_buffer.h
index 6a49a1bf..d6a98f4b 100644
--- a/include/wlr/types/wlr_buffer.h
+++ b/include/wlr/types/wlr_buffer.h
@@ -25,6 +25,10 @@ struct wlr_buffer {
const struct wlr_buffer_impl *impl;
size_t n_refs;
+
+ struct {
+ struct wl_signal destroy;
+ } events;
};
void wlr_buffer_init(struct wlr_buffer *buffer,