wlr_outputs: add wlr_addon_set

This commit is contained in:
Kirill Primak 2021-08-09 20:18:31 +03:00 committed by Simon Ser
parent a6a80850b7
commit 11f799e88e
2 changed files with 6 additions and 0 deletions

View file

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