home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 032.lha / include / intuition / ibase.g < prev    next >
Encoding:
Text File  |  1987-05-17  |  299 b   |  15 lines

  1. type
  2.     Library_t = unknown 34,
  3.     View_t = unknown 18,
  4.  
  5.     IntuitionBase_t = struct {
  6.     Library_t ib_LibNode;
  7.     View_t ib_ViewLord;
  8.     *Window_t ib_ActiveWindow;
  9.     *Screen_t ib_ActiveScreen;
  10.     *Screen_t ib_FirstScreen;
  11.     ulong ib_Flags;
  12.     uint ib_MouseY, ib_MouseX;
  13.     ulong ib_Seconds, ib_Micros;
  14.     };
  15.