macos: reload config MUST go through Zig core

This commit is contained in:
Mitchell Hashimoto
2023-09-11 15:20:31 -07:00
parent 42bbcbfb9b
commit 2f0905b60c
3 changed files with 28 additions and 17 deletions

View File

@@ -315,6 +315,7 @@ void ghostty_app_free(ghostty_app_t);
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);
ghostty_surface_config_s ghostty_surface_config_new();