summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/container.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index d027f369..9a67a689 100644
--- a/include/container.h
+++ b/include/container.h
@@ -88,6 +88,10 @@ struct sway_container {
88 * Children of this container that are floated. 88 * Children of this container that are floated.
89 */ 89 */
90 list_t *floating; 90 list_t *floating;
91 /**
92 * Unmanaged view handles in this container.
93 */
94 list_t *unmanaged;
91 95
92 /** 96 /**
93 * The parent of this container. NULL for the root container. 97 * The parent of this container. NULL for the root container.