allocation of wayland state memory in main

This commit is contained in:
Rakarake 2025-12-24 17:33:17 +01:00
parent 92ce71b5f1
commit 09ac1a0559
3 changed files with 19 additions and 20 deletions

View file

@ -22,6 +22,6 @@ struct client_state {
EGLContext egl_context;
};
struct client_state wayland_init();
void wayland_init(struct client_state *state);
void commit(struct client_state *state);