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

@@ -18,7 +18,7 @@ struct QuickTerminalSize {
case percentage(Float)
case pixels(UInt32)
init?(from cStruct: ghostty_quick_terminal_size_u) {
init?(from cStruct: ghostty_quick_terminal_size_s) {
switch cStruct.type {
case GHOSTTY_QUICK_TERMINAL_SIZE_NONE:
return nil