wlr_scene: Introduce addons to scene nodes

This commit is contained in:
Alexander Orzechowski 2022-05-19 14:25:34 -04:00
parent f2dbcc3358
commit 5f43e1732a
2 changed files with 5 additions and 0 deletions

View file

@ -68,6 +68,8 @@ struct wlr_scene_node {
} events;
void *data;
struct wlr_addon_set addons;
};
/** The root scene-graph node. */