mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
parent
2231acb790
commit
f6da4dda4b
5 changed files with 37 additions and 1 deletions
|
|
@ -88,6 +88,10 @@ struct sway_container {
|
|||
* Children of this container that are floated.
|
||||
*/
|
||||
list_t *floating;
|
||||
/**
|
||||
* Unmanaged view handles in this container.
|
||||
*/
|
||||
list_t *unmanaged;
|
||||
|
||||
/**
|
||||
* The parent of this container. NULL for the root container.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue