#ifndef __INC_POS_PINTUI_ICI_H
#define __INC_POS_PINTUI_ICI_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>ICI.h<<   16 May 1996    13:26:29 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_TYPES_H
#include <pExec/Types.h>
#endif


/*----------------------------------
-----------------------------------*/
struct pOS_IClassInfo
{
  struct pOS_Screen          *ici_Screen;
  struct pOS_Window          *ici_Window;     /* null for screen */
  struct pOS_RastPort        *ici_RastPort;   /* wenn !=NULL, dann verwendet pOS_ObtainGRastPort() diesen RP */

  const struct pOS_DrawInfo  *ici_DrawInfo;

  ULONG ici_Reserved[5];
};

#endif
