diff options
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r-- | include/sway/tree/view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 17e579c8..e163e3fe 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -52,6 +52,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; |