/* Data Structure definition for !DrawDisp. */

typedef struct drawdisp_app_data       drawdisp_app_data;
typedef bits   drawdisp_flags;


#define  drawdisp_main2open            ((drawdisp_flags) 0x1u)



struct drawdisp_app_data {

wimp_w mainwin2;
drawdisp_flags flags;
int dwidth;
int dheight;
byte *drawfile1;
byte *drawfile2;

};



