diff options
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r-- | include/sway/tree/container.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 05761150..e8aa778a 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -115,6 +115,8 @@ struct sway_container { float alpha; + int corner_radius; + struct wlr_texture *title_focused; struct wlr_texture *title_focused_inactive; struct wlr_texture *title_focused_tab_title; |