mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-22 05:34:01 -04:00
layer-shell: initial layer shell v1 implementation
This commit is contained in:
parent
ff59479eb6
commit
889e027b40
7 changed files with 521 additions and 14 deletions
3
cage.c
3
cage.c
|
|
@ -478,7 +478,7 @@ main(int argc, char *argv[])
|
|||
goto end;
|
||||
}
|
||||
|
||||
server.layer_shell_v1 = wlr_layer_shell_v1_create(server.wl_display, 4);
|
||||
server.layer_shell_v1 = wlr_layer_shell_v1_create(server.wl_display, 5);
|
||||
if (!server.layer_shell_v1) {
|
||||
wlr_log(WLR_ERROR, "Unable to create the layer shell");
|
||||
ret = 1;
|
||||
|
|
@ -654,6 +654,7 @@ main(int argc, char *argv[])
|
|||
#endif
|
||||
wl_list_remove(&server.new_virtual_pointer.link);
|
||||
wl_list_remove(&server.new_virtual_keyboard.link);
|
||||
wl_list_remove(&server.new_layer_shell_v1_surface.link);
|
||||
wl_list_remove(&server.output_manager_apply.link);
|
||||
wl_list_remove(&server.output_manager_test.link);
|
||||
wl_list_remove(&server.xdg_toplevel_decoration.link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue