diff options
Diffstat (limited to 'include/sway')
-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 9af13004..f12386dc 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -55,6 +55,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; list_t *executed_criteria; |