aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/container.h b/include/container.h
index d8590149..b164af95 100644
--- a/include/container.h
+++ b/include/container.h
@@ -37,8 +37,8 @@ struct sway_container {
int desired_width, desired_height;
enum visibility_mask {
- INVISIBLE = 0,
- VISIBLE = 1,
+ INVISIBLE = false,
+ VISIBLE = true,
} visible;
bool is_floating;