This commit is contained in:
Rakarake 2026-01-28 01:05:17 +01:00
parent b20f48ebc0
commit e934c1f61d
3 changed files with 63 additions and 32 deletions

View file

@ -43,6 +43,8 @@ struct client_state {
struct zwlr_layer_shell_v1 *zwlr_layer_shell_v1;
struct surface_list *surface_list;
/// Next in queue to check if it wants to be rendered.
struct surface_list *surface_list_next;
EGLDisplay egl_display;
EGLConfig egl_config;