core: app needsConfirmQuit to streamline quitting if no active sessions

This commit is contained in:
Mitchell Hashimoto
2023-09-11 15:44:08 -07:00
parent f96eb07733
commit 56ccadd7f1
4 changed files with 31 additions and 13 deletions

View File

@@ -316,6 +316,7 @@ bool ghostty_app_tick(ghostty_app_t);
void *ghostty_app_userdata(ghostty_app_t);
void ghostty_app_keyboard_changed(ghostty_app_t);
void ghostty_app_reload_config(ghostty_app_t);
bool ghostty_app_needs_confirm_quit(ghostty_app_t);
ghostty_surface_config_s ghostty_surface_config_new();