forked from pyrite-dev/milsko
fix some parts
This commit is contained in:
parent
306f791641
commit
0fde05fa03
4 changed files with 8 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue