--- np2/x11/np2.c 2004/01/05 07:22:02 1.9 +++ np2/x11/np2.c 2004/01/23 14:35:45 1.12 @@ -31,7 +31,6 @@ #include "pccore.h" #include "dosio.h" #include "scrndraw.h" -#include "statsave.h" #include "timing.h" #include "toolkit.h" @@ -82,6 +81,7 @@ NP2OSCFG np2oscfg = { 0, /* toolwin */ 0, /* keydisp */ 0, /* hostdrv_write */ + 0, /* jastsnd */ 0, /* I286SAVE */ SNDDRV_NODRV, /* snddrv */ @@ -126,6 +126,11 @@ char statpath[MAX_PATH]; #endif char fontname[1024] = FONTFACE; +#ifndef FONTNAME_DEFAULT +#define FONTNAME_DEFAULT "./default.ttf" +#endif +char fontfilename[MAX_PATH] = FONTNAME_DEFAULT; + char timidity_cfgfile_path[MAX_PATH]; BOOL use_shared_pixmap;