aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
authorBrian Ashworth <bosrsf04@gmail.com>2018-05-14 00:20:34 -0400
committerBrian Ashworth <bosrsf04@gmail.com>2018-05-14 00:20:34 -0400
commit6ff7c5273659061ec4ff2f6c79c69af2d4d165a5 (patch)
tree2736067e8c710a5c276860f135d82c7f49a973e5 /include/sway
parent0c96d757d0d5d1762390dd119cbe344e8781c19f (diff)
Fix titles and detect edges for hide_edge_borders
Diffstat (limited to 'include/sway')
-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 {
char *title_format;
enum sway_container_border border;
int border_thickness;
+ bool border_top;
+ bool border_bottom;
+ bool border_left;
+ bool border_right;
union {
struct wlr_xdg_surface_v6 *wlr_xdg_surface_v6;