--- np2/x11/np2.h 2008/03/13 16:27:39 1.18 +++ np2/x11/np2.h 2011/01/15 16:14:24 1.20 @@ -1,3 +1,5 @@ +/* $Id: np2.h,v 1.20 2011/01/15 16:14:24 monaka Exp $ */ + #ifndef NP2_X11_NP2_H__ #define NP2_X11_NP2_H__ @@ -62,6 +64,8 @@ typedef struct { BYTE disablemmx; BYTE drawinterp; BYTE F11KEY; + + BYTE cfgreadonly; } NP2OSCFG; @@ -110,8 +114,8 @@ extern char bmpfilefolder[MAX_PATH]; extern char modulefile[MAX_PATH]; extern char statpath[MAX_PATH]; extern char fontname[1024]; -extern char fontfilename[MAX_PATH]; +extern char np2appname[MAX_PATH]; extern const char np2flagext[]; extern const char np2resumeext[];