Add initial layer shell skeleton

This commit is contained in:
Jente Hidskes 2020-02-23 22:20:25 +01:00 committed by Sungjoon Moon
parent a617d62354
commit 0e946d5a4f
5 changed files with 52 additions and 1 deletions

View file

@ -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