aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_output_layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output_layout.h b/include/wlr/types/wlr_output_layout.h
index 5cb742c6..abbe4884 100644
--- a/include/wlr/types/wlr_output_layout.h
+++ b/include/wlr/types/wlr_output_layout.h
@@ -12,6 +12,7 @@
#include <stdbool.h>
#include <wayland-util.h>
#include <wlr/types/wlr_output.h>
+#include <wlr/util/addon.h>
struct wlr_box;
struct wlr_output_layout_state;
@@ -45,6 +46,7 @@ struct wlr_output_layout_output {
struct wl_list link;
struct wlr_output_layout_output_state *state;
+ struct wlr_addon addon;
struct {
struct wl_signal destroy;
} events;