From f76f9e2eea15ee4606c23139e9a4c8ce41a4ab18 Mon Sep 17 00:00:00 2001 From: taiyu Date: Sat, 12 Sep 2015 02:52:18 -0700 Subject: visible values --- include/container.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/container.h') 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; -- cgit v1.2.3-54-g00ecf