refactor: move corner_radius to container struct

This commit is contained in:
Will McKinnon 2022-10-21 00:44:03 -04:00
parent f27ee32bd8
commit ab5e65e050
3 changed files with 38 additions and 31 deletions

View file

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