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 4483b0fedd
commit ff59479eb6
5 changed files with 52 additions and 1 deletions

View file

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