mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
wlr_outputs: add wlr_addon_set
This commit is contained in:
parent
a6a80850b7
commit
11f799e88e
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue