Handle layers under the scene-graph API

This excludes popups.
This commit is contained in:
Johan Malm 2022-02-20 13:15:58 +00:00
parent 9fed8e0998
commit 688abf7db1
5 changed files with 249 additions and 438 deletions

View file

@ -185,6 +185,7 @@ struct output {
struct wlr_output *wlr_output;
struct wlr_scene_output *scene_output;
struct wl_list layers[4];
struct wlr_scene_tree *layer_tree[4];
struct wlr_box usable_area;
struct lab_data_buffer *osd_buffer;