summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 17e579c8..e163e3fe 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -52,6 +52,10 @@ struct sway_view {
52 char *title_format; 52 char *title_format;
53 enum sway_container_border border; 53 enum sway_container_border border;
54 int border_thickness; 54 int border_thickness;
55 bool border_top;
56 bool border_bottom;
57 bool border_left;
58 bool border_right;
55 59
56 union { 60 union {
57 struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6; 61 struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6;