| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to dlgabout.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / embed / menu | 
add...
#if defined(SIZE_QVGA)
enum {
	DLGABOUT_WIDTH	= 232,
	DLGABOUT_HEIGHT	= 40
};
#else
enum {
	DLGABOUT_WIDTH	= 342,
	DLGABOUT_HEIGHT	= 58
};
#endif
#ifdef __cplusplus
extern "C" {
#endif
int dlgabout_cmd(int msg, MENUID id, long param);
#ifdef __cplusplus
}
#endif