wlr_output_layout: use wlr_addons

This commit is contained in:
Kirill Primak 2021-08-09 20:19:17 +03:00 committed by Simon Ser
parent 11f799e88e
commit debd6c5f0b
2 changed files with 24 additions and 15 deletions

View file

@ -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;