aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-05-14 18:10:54 -0400
committerGitHub <noreply@github.com>2018-05-14 18:10:54 -0400
commitf1f54bbc882775d431d14f99355d339ef9dab5a8 (patch)
tree3573981aaa61ac5c86be6ce1e8ecf5e2112b8d5b /include/sway/tree/view.h
parent1837756dbed222a6233366f186693e1aeefc2439 (diff)
parent9ba0dca7bacb0e79aeac4ea8c605713c69446d9b (diff)
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 {
char *title_format;
enum sway_container_border border;
int border_thickness;
+ bool border_top;
+ bool border_bottom;
+ bool border_left;
+ bool border_right;
list_t *executed_criteria;