diff options
author | Kirill Primak <vyivel@posteo.net> | 2021-08-09 20:19:17 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-08-10 19:15:48 +0200 |
commit | debd6c5f0b3dd864ae02cd3aa77123851c47d380 (patch) | |
tree | 1917db9078309e7d943ee2b663b088b11ba64336 /include | |
parent | 11f799e88e6d652d58b4becd96b18eadd631f5d1 (diff) |
wlr_output_layout: use wlr_addons
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output_layout.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h> #include <wayland-util.h> #include <wlr/types/wlr_output.h> +#include <wlr/util/addon.h> 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; |