Handle the highlights on the window switcher with a different bevel that doesn't involve leaving crumbs

This commit is contained in:
Jack Zeal 2026-03-26 19:35:38 -07:00
parent 8c46add98a
commit 25b5ad08e4
7 changed files with 42 additions and 27 deletions

View file

@ -15,6 +15,7 @@ struct lab_scene_rect_options {
float *bg_color; /* can be NULL */
int width;
int height;
int beveled;
};
struct lab_scene_rect {