aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 {
struct sway_container *focused;
};
-enum view_visibility {
- INVISIBLE = 1,
- VISIBLE = 2
+enum visibility_mask {
+ VISIBLE = 1
};
// Container Creation