[proof of concept] textured borders

This commit is contained in:
John Lindgren 2026-02-16 03:59:41 -05:00
parent 654da8c8a9
commit bbba3e03fd
5 changed files with 147 additions and 14 deletions

View file

@ -114,7 +114,7 @@ struct ssd {
struct wlr_scene_tree *tree;
struct ssd_border_subtree {
struct wlr_scene_tree *tree;
struct wlr_scene_rect *top, *bottom, *left, *right;
struct wlr_scene_buffer *top, *bottom, *left, *right;
} subtrees[2]; /* indexed by enum ssd_active_state */
} border;