From 6ff7c5273659061ec4ff2f6c79c69af2d4d165a5 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Mon, 14 May 2018 00:20:34 -0400 Subject: Fix titles and detect edges for hide_edge_borders --- include/sway/tree/view.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/sway/tree/view.h') 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; -- cgit v1.2.3-54-g00ecf