From 597ba2b932e8d35fc746cc0e5e6c31742d12d71f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 28 Aug 2021 11:13:14 +0200 Subject: surface: add addon set --- include/wlr/types/wlr_surface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index aa26726b..d743415f 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -15,6 +15,7 @@ #include #include #include +#include #include enum wlr_surface_state_field { @@ -141,6 +142,7 @@ struct wlr_surface { struct wl_list current_outputs; // wlr_surface_output::link + struct wlr_addon_set addons; void *data; // private state -- cgit v1.2.3