aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_buffer.h b/include/wlr/types/wlr_buffer.h
index 5dc8271d..b4be3226 100644
--- a/include/wlr/types/wlr_buffer.h
+++ b/include/wlr/types/wlr_buffer.h
@@ -12,6 +12,7 @@
#include <pixman.h>
#include <wayland-server-core.h>
#include <wlr/render/dmabuf.h>
+#include <wlr/util/addon.h>
struct wlr_buffer;
struct wlr_renderer;
@@ -67,6 +68,8 @@ struct wlr_buffer {
struct wl_signal destroy;
struct wl_signal release;
} events;
+
+ struct wlr_addon_set addons;
};
struct wlr_buffer_resource_interface {