aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-18 00:28:44 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-18 00:28:44 -0700
commit11321ca2dd355be82175213795d88dcbfd0540ee (patch)
treeb0f9bb55eb8c2448139dc63447edf01ffab7fb58 /include/container.h
parentAdd support for workspace [name] output [name] (diff)
downloadsway-11321ca2dd355be82175213795d88dcbfd0540ee.tar.gz
sway-11321ca2dd355be82175213795d88dcbfd0540ee.tar.zst
sway-11321ca2dd355be82175213795d88dcbfd0540ee.zip
changed handling of focus, handling of view by type
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index e395a55b..5f386368 100644
--- a/include/container.h
+++ b/include/container.h
@@ -45,6 +45,8 @@ struct sway_container {
45 45
46 bool is_floating; 46 bool is_floating;
47 47
48 bool is_focused;
49
48 int weight; 50 int weight;
49 51
50 char *name; 52 char *name;