layer-shell: initial layer shell v1 implementation

This commit is contained in:
Moon Sungjoon 2024-07-22 20:30:16 +09:00 committed by Sungjoon Moon
parent c82ec0585b
commit b43b55b361
3 changed files with 117 additions and 1 deletions

View file

@ -18,6 +18,8 @@ struct cg_layer_surface {
struct wl_listener output_destroy;
bool mapped;
struct cg_output *output;
struct wlr_scene_tree *tree;
struct wlr_scene_layer_surface_v1 *scene;