diff options
author | Will McKinnon <[email protected]> | 2022-10-21 00:44:03 -0400 |
---|---|---|
committer | Will McKinnon <[email protected]> | 2022-10-21 00:44:03 -0400 |
commit | ab5e65e050d04bdb4638a8cb6e8632f337a46292 (patch) | |
tree | d0a54a348e5a51ab498098649b0378a7f0eeeb48 /include | |
parent | f27ee32bd85447f1b82382ad33247b99f257667e (diff) |
refactor: move corner_radius to container struct
Diffstat (limited to 'include')
-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; |