mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-27 01:41:02 -05:00
Add initial layer shell skeleton
This commit is contained in:
parent
a617d62354
commit
0e946d5a4f
5 changed files with 52 additions and 1 deletions
3
server.h
3
server.h
|
|
@ -52,6 +52,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