mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
implement get_tree command
This commit is contained in:
parent
7144fb9fc3
commit
15a324b0d3
6 changed files with 385 additions and 152 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue