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

  1. #ifndef __INC_POS_PINTUI_INTUUNIT_H
  2. #define __INC_POS_PINTUI_INTUUNIT_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>IntuUnit.h<<   01 Mar 1997    17:17:51 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_DEVICE_H
  12. #include <pExec/Device.h>
  13. #endif
  14. #ifndef __INC_POS_PEXEC_SEMA_H
  15. #include <pExec/Sema.h>
  16. #endif
  17.  
  18.  
  19. /*----------------------------------
  20.            Read only
  21. -----------------------------------*/
  22. struct pOS_IntuiUnit
  23. {
  24.   struct pOS_Unit              iu_Unit;
  25.  
  26.   struct pOS_ScreenBase       *iu_ScrBase;
  27.   struct pOS_GadgetBase       *iu_GadBase;
  28.   struct pOS_View             *iu_ActView;
  29.   struct pOS_Screen           *iu_ActScreen;
  30.   struct pOS_Window           *iu_ActWindow;
  31.  
  32. /*** PRIVATE ********************************************/
  33. };
  34.  
  35.  
  36.  
  37. #endif
  38.