mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
[proof of concept] textured borders
This commit is contained in:
parent
654da8c8a9
commit
bbba3e03fd
5 changed files with 147 additions and 14 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue