Merge pull request #134 from mitchellh/gtk-confirm

gtk, macos: show confirmation dialog on surface close with active child process
This commit is contained in:
Mitchell Hashimoto
2023-03-26 10:59:09 -07:00
committed by GitHub
11 changed files with 124 additions and 23 deletions

View File

@@ -221,7 +221,7 @@ typedef void (*ghostty_runtime_set_title_cb)(void *, const char *);
typedef const char* (*ghostty_runtime_read_clipboard_cb)(void *);
typedef void (*ghostty_runtime_write_clipboard_cb)(void *, const char *);
typedef void (*ghostty_runtime_new_split_cb)(void *, ghostty_split_direction_e);
typedef void (*ghostty_runtime_close_surface_cb)(void *);
typedef void (*ghostty_runtime_close_surface_cb)(void *, bool);
typedef void (*ghostty_runtime_focus_split_cb)(void *, ghostty_split_focus_direction_e);
typedef struct {