macos: menu bar to split

This commit is contained in:
Mitchell Hashimoto
2023-03-10 15:24:45 -08:00
parent 0aadd19282
commit f85c1c256c
4 changed files with 25 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ void ghostty_surface_mouse_pos(ghostty_surface_t, double, double);
void ghostty_surface_mouse_scroll(ghostty_surface_t, double, double);
void ghostty_surface_ime_point(ghostty_surface_t, double *, double *);
void ghostty_surface_request_close(ghostty_surface_t);
void ghostty_surface_split(ghostty_surface_t, ghostty_split_direction_e);
#ifdef __cplusplus
}