home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d911 / psm.lha / PSM / Source / source.lha / main.h < prev    next >
C/C++ Source or Header  |  1993-07-28  |  365b  |  16 lines

  1.  
  2. struct ModeEntry {
  3.     struct Node node;       // ln_Name points to name.Name
  4.     UWORD res0;
  5.     ULONG mode;
  6.     struct DisplayInfo disp;
  7.     struct DimensionInfo dims;
  8.     struct MonitorInfo mntr;
  9.     struct NameInfo name;
  10. };
  11.  
  12. extern struct List ScreenModeList;
  13.  
  14. void DestroyMain(struct GadOutline *go);
  15. struct GadOutline *CreateMain(struct MsgPort *glob_port);
  16.