summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-14 00:20:34 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-14 00:20:34 -0400
commit6ff7c5273659061ec4ff2f6c79c69af2d4d165a5 (patch)
tree2736067e8c710a5c276860f135d82c7f49a973e5 /include
parentMerge pull request #1960 from RedSoxFan/edge-borders (diff)
downloadsway-6ff7c5273659061ec4ff2f6c79c69af2d4d165a5.tar.gz
sway-6ff7c5273659061ec4ff2f6c79c69af2d4d165a5.tar.zst
sway-6ff7c5273659061ec4ff2f6c79c69af2d4d165a5.zip
Fix titles and detect edges for hide_edge_borders
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;