implement get_tree command

This commit is contained in:
Zandr Martin 2016-07-04 13:34:44 -05:00
parent 7144fb9fc3
commit 15a324b0d3
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
6 changed files with 385 additions and 152 deletions

View file

@ -23,6 +23,7 @@ int min_sane_w = 100;
void init_layout(void) {
root_container.type = C_ROOT;
root_container.layout = L_NONE;
root_container.name = strdup("root");
root_container.children = create_list();
root_container.handle = -1;
root_container.visible = true;