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 8091fe0c..de431c89 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -51,6 +51,10 @@ struct sway_view {
51 char *title_format; 51 char *title_format;
52 enum sway_container_border border; 52 enum sway_container_border border;
53 int border_thickness; 53 int border_thickness;
54 bool border_top;
55 bool border_bottom;
56 bool border_left;
57 bool border_right;
54 58
55 union { 59 union {
56 struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6; 60 struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6;