summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
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