diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-18 00:28:44 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-18 00:28:44 -0700 |
commit | 11321ca2dd355be82175213795d88dcbfd0540ee (patch) | |
tree | b0f9bb55eb8c2448139dc63447edf01ffab7fb58 /include/container.h | |
parent | 780893a9338fe948cbb12c3b0ce3942ec8001ccf (diff) |
changed handling of focus, handling of view by type
Diffstat (limited to 'include/container.h')
-rw-r--r-- | include/container.h | 2 |
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 { bool is_floating; + bool is_focused; + int weight; char *name; |