resizing and closing

This commit is contained in:
Rakarake 2025-12-25 13:43:19 +01:00
parent 09ac1a0559
commit 7e2171681d
3 changed files with 30 additions and 5 deletions

View file

@ -4,6 +4,7 @@
struct client_state {
int width, height;
int running;
/* Globals */
struct wl_display *wl_display;
struct wl_registry *wl_registry;