Fix titles and detect edges for hide_edge_borders

This commit is contained in:
Brian Ashworth 2018-05-14 00:20:34 -04:00
parent 0c96d757d0
commit 6ff7c52736
3 changed files with 92 additions and 98 deletions

View file

@ -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;