#include <stdio.h>
#include <stdlib.h>
#include <winb.h>
#include <te.h>
#include <fntb.h>
#include <gui.h>

extern int	ID_ICON[1] ;
extern int	func_ICON() ;

#define ALIGN	4
#define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)

/*	MMI_init 用データ	*/

/*	ヘッダ	*/

MMIINIT	initDataRES_ICON = { "MmiInit",   1, 0 } ;

/* ID_ICON[0] */

static MMIPACKET d001 = {	&ID_ICON[0],
							NULL,
							&MJ_WINDOWL40,
							0,
							MS_NONE
						} ;
static WINDOWL40	d001d = {	MS_BTLEFTL40 | MS_EVDRAGL40 | MS_EVMOSOFFL40 | MS_EVMOSONL40,
							 299, 201, 334, 236, 4, 4, 4,
							MS_SRECTL40 | MS_UFRAMEL40 | MS_FRAMEL40,
							NULL,   0,   0,
							   1,   1,  33,  33,
							 128,  96, 640, 480,
							func_ICON,
							NULL,
						} ;

