From debd6c5f0b3dd864ae02cd3aa77123851c47d380 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 9 Aug 2021 20:19:17 +0300 Subject: wlr_output_layout: use wlr_addons --- include/wlr/types/wlr_output_layout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 #include #include +#include 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; -- cgit v1.2.3