diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <wayland-util.h> #include <wlr/render/dmabuf.h> #include <wlr/types/wlr_buffer.h> +#include <wlr/util/addon.h> 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; }; |