Make undercurl_style available to C code

This commit is contained in:
Kovid Goyal
2024-12-11 11:04:22 +05:30
parent 0fb49f4139
commit 9f84c32808
4 changed files with 35 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ typedef struct {
} *entries;
} font_features;
struct { Animation *cursor, *visual_bell; } animation;
unsigned undercurl_style;
} Options;
typedef struct WindowLogoRenderData {