From 11f799e88e6d652d58b4becd96b18eadd631f5d1 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 9 Aug 2021 20:18:31 +0300 Subject: wlr_outputs: add wlr_addon_set --- include/wlr/types/wlr_output.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index dd4b4c0f..8363261d 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -16,6 +16,7 @@ #include #include #include +#include struct wlr_output_mode { int32_t width, height; @@ -184,6 +185,8 @@ struct wlr_output { struct wl_listener display_destroy; + struct wlr_addon_set addons; + void *data; }; -- cgit v1.2.3