mirror of
https://github.com/labwc/labwc.git
synced 2026-03-06 01:40:15 -05:00
Handle layers under the scene-graph API
This excludes popups.
This commit is contained in:
parent
9fed8e0998
commit
688abf7db1
5 changed files with 249 additions and 438 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue