mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
c include: u8 => u16
This commit is contained in:
@ -243,7 +243,7 @@ typedef struct {
|
|||||||
void *userdata;
|
void *userdata;
|
||||||
void *nsview;
|
void *nsview;
|
||||||
double scale_factor;
|
double scale_factor;
|
||||||
uint8_t font_size;
|
uint16_t font_size;
|
||||||
} ghostty_surface_config_s;
|
} ghostty_surface_config_s;
|
||||||
|
|
||||||
typedef void (*ghostty_runtime_wakeup_cb)(void *);
|
typedef void (*ghostty_runtime_wakeup_cb)(void *);
|
||||||
|
Reference in New Issue
Block a user