summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-14 18:10:54 -0400
committerLibravatar GitHub <noreply@github.com>2018-05-14 18:10:54 -0400
commitf1f54bbc882775d431d14f99355d339ef9dab5a8 (patch)
tree3573981aaa61ac5c86be6ce1e8ecf5e2112b8d5b /include/sway/tree/view.h
parentMerge pull request #1871 from emersion/kill-wl-shell (diff)
parentMerge branch 'master' into fix-1975 (diff)
downloadsway-f1f54bbc882775d431d14f99355d339ef9dab5a8.tar.gz
sway-f1f54bbc882775d431d14f99355d339ef9dab5a8.tar.zst
sway-f1f54bbc882775d431d14f99355d339ef9dab5a8.zip
Merge pull request #1978 from RedSoxFan/fix-1975
Fix #1975
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 9af13004..f12386dc 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -55,6 +55,10 @@ struct sway_view {
55 char *title_format; 55 char *title_format;
56 enum sway_container_border border; 56 enum sway_container_border border;
57 int border_thickness; 57 int border_thickness;
58 bool border_top;
59 bool border_bottom;
60 bool border_left;
61 bool border_right;
58 62
59 list_t *executed_criteria; 63 list_t *executed_criteria;
60 64