macOS: rename c struct, relocate QuickTerminalSize file

Renamed the ghostty_quick_terminal_size_u to
ghostty_quick_terminal_size_s and moved the QuickTerminalSize file to
the Ghostty folder as requested.
This commit is contained in:
Friedrich Stoltzfus
2025-06-30 16:35:31 -04:00
committed by Mitchell Hashimoto
parent 58e7400ea5
commit 466fdfffe6
3 changed files with 9 additions and 9 deletions

View File

@@ -460,11 +460,11 @@ typedef enum {
typedef struct {
ghostty_quick_terminal_size_e type;
uint32_t value;
} ghostty_quick_terminal_size_u;
} ghostty_quick_terminal_size_s;
typedef struct {
ghostty_quick_terminal_size_u primary;
ghostty_quick_terminal_size_u secondary;
ghostty_quick_terminal_size_s primary;
ghostty_quick_terminal_size_s secondary;
} ghostty_config_quick_terminal_size_s;
// apprt.Target.Key