fix warning
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-12 07:12:59 +09:00
commit 3852646ce3
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -26,6 +26,7 @@ static int is_bold(MwWidget handle, MwFLFont ttf) {
return s;
}
#ifdef TTF
static int is_monospace(MwWidget handle, MwFLFont ttf) {
size_t u = (size_t)ttf;
int s;
@ -36,6 +37,7 @@ static int is_monospace(MwWidget handle, MwFLFont ttf) {
if(s == MwDEFAULT) return 0;
return s;
}
#endif
#ifdef TTF