diff options
Diffstat (limited to 'include/container.h')
-rw-r--r-- | include/container.h | 4 |
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 { * 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. |