aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 04:47:36 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 04:47:36 -0700
commitfbaa9111a8525daeef8a5534784da2f793917a36 (patch)
tree19c6150da805f3c765746740f0eb8f250682292c /include/container.h
parentchanges (diff)
downloadsway-fbaa9111a8525daeef8a5534784da2f793917a36.tar.gz
sway-fbaa9111a8525daeef8a5534784da2f793917a36.tar.zst
sway-fbaa9111a8525daeef8a5534784da2f793917a36.zip
setup for resizable windows, drop weight
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
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 {
44 bool is_floating; 44 bool is_floating;
45 bool is_focused; 45 bool is_focused;
46 46
47 int weight;
48
49 char *name; 47 char *name;
50 48
51 int gaps; 49 int gaps;