|
|
| version 1.1.1.1, 2003/10/16 17:59:23 | version 1.2, 2003/10/18 10:00:29 |
|---|---|
| Line 290 static const char inifile[] = "np2.cfg"; | Line 290 static const char inifile[] = "np2.cfg"; |
| static const INITBL iniitem[] = { | static const INITBL iniitem[] = { |
| {"WindposX", INITYPE_SINT32, &np2oscfg.winx, 0}, | {"WindposX", INITYPE_SINT32, &np2oscfg.winx, 0}, |
| {"WindposY", INITYPE_SINT32, &np2oscfg.winy, 0}, | {"WindposY", INITYPE_SINT32, &np2oscfg.winy, 0}, |
| {"paddingx", INITYPE_SINT32, &np2oscfg.paddingx, 0}, | |
| {"paddingy", INITYPE_SINT32, &np2oscfg.paddingy, 0}, | |
| {"FDfolder", INITYPE_STR, fddfolder, MAX_PATH}, | {"FDfolder", INITYPE_STR, fddfolder, MAX_PATH}, |
| {"HDfolder", INITYPE_STR, hddfolder, MAX_PATH}, | {"HDfolder", INITYPE_STR, hddfolder, MAX_PATH}, |