aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/container.h b/include/container.h
index f684129a..798a31a2 100644
--- a/include/container.h
+++ b/include/container.h
@@ -56,9 +56,8 @@ struct sway_container {
56 struct sway_container *focused; 56 struct sway_container *focused;
57}; 57};
58 58
59enum view_visibility { 59enum visibility_mask {
60 INVISIBLE = 1, 60 VISIBLE = 1
61 VISIBLE = 2
62}; 61};
63 62
64// Container Creation 63// Container Creation