diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-20 04:47:36 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-20 04:47:36 -0700 |
commit | fbaa9111a8525daeef8a5534784da2f793917a36 (patch) | |
tree | 19c6150da805f3c765746740f0eb8f250682292c /include/container.h | |
parent | ba6034e8c8cd2bbe15f318e511817e0904633bb3 (diff) |
setup for resizable windows, drop weight
Diffstat (limited to 'include/container.h')
-rw-r--r-- | include/container.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/container.h b/include/container.h index 76ddec7e..4f1877e3 100644 --- a/include/container.h +++ b/include/container.h @@ -44,8 +44,6 @@ struct sway_container { bool is_floating; bool is_focused; - int weight; - char *name; int gaps; |