c include: u8 => u16

This commit is contained in:
Mitchell Hashimoto
2023-08-18 09:19:22 -07:00
parent a960faa2b8
commit 5eb902592c

View File

@ -243,7 +243,7 @@ typedef struct {
void *userdata;
void *nsview;
double scale_factor;
uint8_t font_size;
uint16_t font_size;
} ghostty_surface_config_s;
typedef void (*ghostty_runtime_wakeup_cb)(void *);