scene: Allow orphaned nodes

This commit is contained in:
Ben Mather 2024-01-20 09:55:28 +00:00
parent c752270be7
commit f7dbf5dceb
2 changed files with 44 additions and 20 deletions

View file

@ -91,6 +91,8 @@ struct wlr_scene_tree {
struct wlr_scene_node node;
struct wl_list children; // wlr_scene_node.link
bool is_root;
};
/** The root scene-graph node. */