wlr_scene: Implement output layers

This commit is contained in:
Alexander Orzechowski 2023-04-04 20:45:32 +02:00
parent e052f12630
commit 2131c67203
2 changed files with 294 additions and 0 deletions

View file

@ -202,6 +202,8 @@ struct wlr_scene_output {
struct wl_listener output_needs_frame;
struct wl_list damage_highlight_regions;
struct wl_array output_layers;
};
/** A layer shell scene helper */