mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
layer: remove wl_list layers[] from struct output
...and just use `struct wlr_scene_tree *layer_tree[]`
This commit is contained in:
parent
e7346f71c0
commit
f01071e72c
4 changed files with 11 additions and 15 deletions
|
|
@ -298,7 +298,6 @@ struct output {
|
|||
struct server *server;
|
||||
struct wlr_output *wlr_output;
|
||||
struct wlr_scene_output *scene_output;
|
||||
struct wl_list layers[LAB_NR_LAYERS];
|
||||
struct wlr_scene_tree *layer_tree[LAB_NR_LAYERS];
|
||||
struct wlr_scene_tree *layer_popup_tree;
|
||||
struct wlr_scene_tree *osd_tree;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue