aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorKirill Primak <vyivel@posteo.net>2021-08-09 20:18:31 +0300
committerSimon Ser <contact@emersion.fr>2021-08-10 19:15:48 +0200
commit11f799e88e6d652d58b4becd96b18eadd631f5d1 (patch)
tree286ef0d1b9672e673f94f2436681cb31e85a9acd /include/wlr
parenta6a80850b729eefaafac325256023ee92b21be34 (diff)
wlr_outputs: add wlr_addon_set
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_output.h3
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;
};