WIP wlr_layer_shell

This commit is contained in:
Rakarake 2025-12-25 23:59:11 +01:00
parent 72a53cb6c8
commit 29a8910556
3 changed files with 19 additions and 2 deletions

View file

@ -26,6 +26,7 @@ struct client_state {
// wlr_layer_shell
struct zwlr_layer_shell_v1 *zwlr_layer_shell_v1;
struct zwlr_layer_surface_v1 *zwlr_layer_surface_v1;
struct wl_output *wl_output;
EGLDisplay egl_display;