closing window works again
This commit is contained in:
parent
57e78e8bde
commit
9912c8ce58
3 changed files with 11 additions and 33 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue