mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-09 13:29:50 -05:00
layer-shell: initial layer shell v1 implementation
This commit is contained in:
parent
c82ec0585b
commit
b43b55b361
3 changed files with 117 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue