update font_size to f32 in libghostty

This commit is contained in:
Qwerasd
2024-05-08 16:40:29 -04:00
parent 575a477be5
commit 5df0935f82
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;
uint8_t font_size;
float font_size;
const char* working_directory;
const char* command;
} ghostty_surface_config_s;