closing window works again

This commit is contained in:
Rakarake 2026-02-07 15:38:53 +01:00
parent 57e78e8bde
commit 9912c8ce58
3 changed files with 11 additions and 33 deletions

View file

@ -40,7 +40,7 @@ struct surface_list {
};
struct client_state {
int running;
bool running;
int output_type;
/* Globals */
struct wl_display *wl_display;
@ -67,6 +67,7 @@ struct client_state {
#define EVENT_NONE 0
#define EVENT_DRAW 1
#define EVENT_EXIT 2
struct event {
int type;