mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr_scene: Introduce addons to scene nodes
This commit is contained in:
parent
f2dbcc3358
commit
5f43e1732a
2 changed files with 5 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ struct wlr_scene_node {
|
|||
} events;
|
||||
|
||||
void *data;
|
||||
|
||||
struct wlr_addon_set addons;
|
||||
};
|
||||
|
||||
/** The root scene-graph node. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue