mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
update font_size to f32 in libghostty
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user