scene: add user data pointer to wlr_scene_node

This allows compositors to attach arbitrary data to the scene-graph
nodes.
master
Simon Ser 4 years ago
parent 97954154bc
commit 501b29db03

@ -48,6 +48,8 @@ struct wlr_scene_node {
struct { struct {
struct wl_signal destroy; struct wl_signal destroy;
} events; } events;
void *data;
}; };
/** The root scene-graph node. */ /** The root scene-graph node. */

Loading…
Cancel
Save