aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/tree/container.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index b802e1d1..906088f0 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -40,6 +40,7 @@ enum sway_container_layout {
L_VERT,
L_STACKED,
L_TABBED,
+ L_FLOATING,
};
enum sway_container_border {
@@ -75,10 +76,6 @@ struct sway_container {
enum sway_container_layout layout;
enum sway_container_layout prev_layout;
- // Allow the container to be automatically removed if it's empty. True by
- // default, false for the magic floating container that each workspace has.
- bool reapable;
-
// Saves us from searching the list of children/floating in the parent
bool is_floating;
bool is_sticky;