Replace multi_rect with lab_scene_rect

lab_scene_rect accepts the arbitrary number of borders and a background
color.
This commit is contained in:
tokyo4j 2025-06-09 16:27:17 +09:00
parent 33fc1c6d05
commit 21b430e3dd
12 changed files with 187 additions and 140 deletions

View file

@ -386,7 +386,7 @@ struct server {
struct wlr_scene_node *preview_node;
struct wlr_scene_tree *preview_parent;
struct wlr_scene_node *preview_anchor;
struct multi_rect *preview_outline;
struct lab_scene_rect *preview_outline;
} osd_state;
struct theme *theme;