home *** CD-ROM | disk | FTP | other *** search
- /* The following structure gathers together all 'global' information that is
- needed by event handlers and the like. We can then use the various 'handle'
- parameters as a pointer to this structure. */
-
- typedef struct
- {
- menu menu; /* The menu tree */
- wimp_w whandle; /* Window handle */
- BOOL loaded; /* Status flag: file loaded? */
- char file[hp11_max_name]; /* Name of file currently loaded */
- } hp11_data;
-