From ab5e65e050d04bdb4638a8cb6e8632f337a46292 Mon Sep 17 00:00:00 2001 From: Will McKinnon Date: Fri, 21 Oct 2022 00:44:03 -0400 Subject: refactor: move corner_radius to container struct --- include/sway/tree/container.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sway/tree/container.h') 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; -- cgit v1.2.3