| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to dlgcfg.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / embed / menu | 
fix...
#if defined(SIZE_QVGA)
enum {
	DLGCFG_WIDTH	= 254,
	DLGCFG_HEIGHT	= 128
};
#else
enum {
	DLGCFG_WIDTH	= 303,
	DLGCFG_HEIGHT	= 217
};
#endif
#ifdef __cplusplus
extern "C" {
#endif
int dlgcfg_cmd(int msg, MENUID id, long param);
#ifdef __cplusplus
}
#endif