mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
refactor: move corner_radius to container struct
This commit is contained in:
parent
f27ee32bd8
commit
ab5e65e050
3 changed files with 38 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue