macos,libghostty: font size is a u8

This commit is contained in:
Mitchell Hashimoto
2024-03-27 20:53:03 -07:00
parent 45019fac7e
commit 9aadf59ab1
3 changed files with 4 additions and 4 deletions

View File

@@ -379,7 +379,7 @@ typedef struct {
ghostty_platform_u platform;
void* userdata;
double scale_factor;
uint16_t font_size;
uint8_t font_size;
const char* working_directory;
const char* command;
} ghostty_surface_config_s;