mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
surface: add addon set
This commit is contained in:
parent
211b3b760e
commit
597ba2b932
2 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include <time.h>
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/types/wlr_output.h>
|
||||
#include <wlr/util/addon.h>
|
||||
#include <wlr/util/box.h>
|
||||
|
||||
enum wlr_surface_state_field {
|
||||
|
|
@ -141,6 +142,7 @@ struct wlr_surface {
|
|||
|
||||
struct wl_list current_outputs; // wlr_surface_output::link
|
||||
|
||||
struct wlr_addon_set addons;
|
||||
void *data;
|
||||
|
||||
// private state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue