#include <stdio.h>
#include <stdlib.h>
#include <winb.h>
#include <te.h>
#include <fntb.h>
#include <gui.h>

extern int	idAllScrWin ;
extern int	AllScrWinProc() ;

#define ALIGN	4
#define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)

/*	MMI_init 用データ	*/

/*	ヘッダ	*/

MMIINIT	initDataZALLSCR = { "MmiInit",   1, 0 } ;

/* idAllScrWin */

static MMIPACKET d001 = {	&idAllScrWin,
							NULL,
							&MJ_WINDOWL40,
							0,
							MS_NONE
						} ;
static WINDOWL40	d001d = {	MS_BTLEFTL40 | MS_EVMOSONL40 | MS_HIDEL40 | MS_FIXEDL40,
							 168, 140, 327, 299, 8,15, 8,
							MS_NONEL40,
							NULL,   0,   0,
							   1,  17,   0,   0,
							 128,  96, 640, 480,
							AllScrWinProc,
							NULL,
						} ;

