fix some parts

This commit is contained in:
Nishi 2026-03-08 07:06:12 +09:00
commit 0fde05fa03
4 changed files with 8 additions and 9 deletions

View file

@ -140,8 +140,8 @@ static void bitmap_MwDrawText(MwWidget handle, MwPoint* point, const char* text,
free(px);
}
typedef int (*call_t)();
void MwFLSetup() {
typedef int (*call_t)(void);
void MwFLSetup(void) {
call_t calls[] = {
#ifdef USE_FREETYPE2
MWFL_FT2Setup,