aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-12-16 19:20:34 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-12-16 19:20:34 -0500
commit42d597121126f08cabfe2b00f266fa3751650d5d (patch)
tree20ef4c5270639ac0cf972ab75a497b9e461dccf2 /include
parent02375e6d530c1982ce3f9ebda7b087f1dea79f41 (diff)
Bring unmanaged windows to front on output arrange
Fixes #312
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 {
* 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.