--- np2/wince/ini.cpp 2003/12/01 21:15:13 1.5 +++ np2/wince/ini.cpp 2003/12/05 19:42:03 1.7 @@ -299,6 +299,8 @@ static const INITBL iniitem[] = { {"HDD1FILE", INITYPE_STR, np2cfg.hddfile[0], MAX_PATH}, {"HDD2FILE", INITYPE_STR, np2cfg.hddfile[1], MAX_PATH}, + {"fontfile", INITYPE_STR, np2cfg.fontfile, MAX_PATH}, + {"biospath", INITYPE_STR, np2cfg.biospath, MAX_PATH}, {"SampleHz", INITYPE_UINT16, &np2cfg.samplingrate, 0}, {"Latencys", INITYPE_UINT16, &np2cfg.delayms, 0}, @@ -353,6 +355,10 @@ static const INITBL iniitem[] = { {"F12_bind", INITYPE_UINT8, &np2oscfg.F12KEY, 0}, {"e_resume", INITYPE_BOOL, &np2oscfg.resume, 0}, +#if !defined(GX_DLL) + {"WindposX", INITYPE_SINT32, &np2oscfg.winx, 0}, + {"WindposY", INITYPE_SINT32, &np2oscfg.winy, 0}, +#endif #if defined(WIN32_PLATFORM_PSPC) {"pbindcur", INITYPE_UINT8, &np2oscfg.bindcur, 0}, {"pbindbtn", INITYPE_UINT8, &np2oscfg.bindbtn, 0},