mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-03 00:18:35 +00:00
macos,libghostty: font size is a u8
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user