diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-03-10 15:24:45 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-03-10 15:24:45 -0800 |
| commit | f85c1c256c4ccf8cc34d8282163f0588193d225a (patch) | |
| tree | 0965a18357f76342e5f85bb90257a6ca0f0f02fc /include | |
| parent | 0aadd192827a78ce5eb63bdeb6ed0180fb70b1b6 (diff) | |
macos: menu bar to split
Diffstat (limited to 'include')
| -rw-r--r-- | include/ghostty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ghostty.h b/include/ghostty.h index c7f4b549e..ea62ca74b 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -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 } |
