mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-22 05:34:01 -04:00
Add initial layer shell skeleton
This commit is contained in:
parent
4483b0fedd
commit
ff59479eb6
5 changed files with 52 additions and 1 deletions
3
server.h
3
server.h
|
|
@ -54,6 +54,9 @@ struct cg_server {
|
|||
|
||||
struct wl_listener new_virtual_keyboard;
|
||||
struct wl_listener new_virtual_pointer;
|
||||
|
||||
struct wlr_layer_shell_v1 *layer_shell_v1;
|
||||
struct wl_listener new_layer_shell_v1_surface;
|
||||
#if CAGE_HAS_XWAYLAND
|
||||
struct wl_listener new_xwayland_surface;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue