Merge branch 'scene-allow-orphan-nodes' into 'master'

scene: Allow orphaned nodes

Closes #3681

See merge request wlroots/wlroots!4521
This commit is contained in:
Ben Mather 2024-11-21 22:01:09 +00:00
commit e220d4b93c
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. */