home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pIntui / ICI.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  825 b   |  30 lines

  1. #ifndef __INC_POS_PINTUI_ICI_H
  2. #define __INC_POS_PINTUI_ICI_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>ICI.h<<   16 May 1996    13:26:29 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_TYPES_H
  12. #include <pExec/Types.h>
  13. #endif
  14.  
  15.  
  16. /*----------------------------------
  17. -----------------------------------*/
  18. struct pOS_IClassInfo
  19. {
  20.   struct pOS_Screen          *ici_Screen;
  21.   struct pOS_Window          *ici_Window;     /* null for screen */
  22.   struct pOS_RastPort        *ici_RastPort;   /* wenn !=NULL, dann verwendet pOS_ObtainGRastPort() diesen RP */
  23.  
  24.   const struct pOS_DrawInfo  *ici_DrawInfo;
  25.  
  26.   ULONG ici_Reserved[5];
  27. };
  28.  
  29. #endif
  30.