ssd: eliminate corner extents and correct corner behavior

This commit is contained in:
Andrew J. Hesford 2025-01-29 10:58:44 -05:00
parent 9a473f1848
commit 11c70c716d
9 changed files with 93 additions and 82 deletions

View file

@ -88,6 +88,7 @@ struct rcxml {
struct wl_list title_buttons_left;
struct wl_list title_buttons_right;
int corner_radius;
int corner_size;
bool show_title;
bool title_layout_loaded;
bool ssd_keep_border;