From 34f35f0badc767d9b0cbaf2fd429af1d30592d08 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Fri, 25 May 2018 09:10:35 +1000 Subject: Use L_FLOATING instead of reapable boolean --- include/sway/tree/container.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') 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; -- cgit v1.2.3-54-g00ecf