mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
scene: Allow orphaned nodes
This commit is contained in:
parent
c752270be7
commit
f7dbf5dceb
2 changed files with 44 additions and 20 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue