output: attach node-descriptors to node-trees

This commit is contained in:
Johan Malm 2022-03-03 18:20:16 +00:00
parent 6fd400b493
commit 19f3a6ef83
2 changed files with 6 additions and 1 deletions

View file

@ -15,6 +15,7 @@ enum node_descriptor_type {
LAB_NODE_DESC_LAYER_SURFACE,
LAB_NODE_DESC_LAYER_POPUP,
LAB_NODE_DESC_MENUITEM,
LAB_NODE_DESC_TREE,
};
struct node_descriptor {