|
|
@ -73,9 +73,9 @@ enum wlr_scene_debug_damage_option {
|
|
|
|
|
|
|
|
|
|
|
|
/** A sub-tree in the scene-graph. */
|
|
|
|
/** A sub-tree in the scene-graph. */
|
|
|
|
struct wlr_scene_tree {
|
|
|
|
struct wlr_scene_tree {
|
|
|
|
struct wlr_scene_node node;
|
|
|
|
struct wlr_scene_node node;
|
|
|
|
|
|
|
|
|
|
|
|
struct wl_list children; // wlr_scene_node.link
|
|
|
|
struct wl_list children; // wlr_scene_node.link
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/** The root scene-graph node. */
|
|
|
|
/** The root scene-graph node. */
|
|
|
|