bug fixes + general X axis splitting!
This commit is contained in:
parent
5e99b09f8a
commit
dce97e6b3e
6 changed files with 69 additions and 33 deletions
|
|
@ -40,6 +40,7 @@ struct ct_node {
|
|||
};
|
||||
|
||||
/* === External Interface === */
|
||||
#define IS_ROOT_NODE(node) (node->parent == NULL)
|
||||
#define IS_PARENT_NODE(node) (node->cindex != 0)
|
||||
|
||||
struct ct_node *__node(struct ct_dims *const dims,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue