Do notcheck for closed windows on every loop tick

This commit is contained in:
Kovid Goyal
2019-02-28 14:12:56 +05:30
parent f0a2c34eca
commit 66dbdf4b40
3 changed files with 9 additions and 24 deletions

View File

@@ -151,7 +151,7 @@ typedef struct {
bool is_wayland;
bool has_render_frames;
bool debug_gl, debug_font_fallback;
bool has_pending_resizes;
bool has_pending_resizes, has_pending_closes;
bool in_sequence_mode;
bool tab_bar_hidden;
double font_sz_in_pts;