Everywhere: Kill app_event_loop on window close
This commit is contained in:
parent
ce44a8db0f
commit
49666d7ea9
6 changed files with 18 additions and 3 deletions
|
@ -127,6 +127,7 @@ U0 @cyberia_win_close(Window* win)
|
|||
}
|
||||
Compositor.UnregisterForGlobalInputEvents(win);
|
||||
Compositor.DestroyWindow(win);
|
||||
Kill(app_event_loop);
|
||||
}
|
||||
|
||||
U8* @browser_tls_connection_state(@http_response* resp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue