aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-02-28 13:14:06 +0100
committerSimon Ser <contact@emersion.fr>2020-04-02 15:03:43 +0200
commit1674ca725c150e81917c2250571c2607e68ebc6e (patch)
tree209d50235accf3398f7d9d87745904434fa4dcd2 /include
parent7516a98167326350fb6e1906224bbff04fbf4c62 (diff)
buffer: add destroy event
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,