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

  1. @DATABASE "pIntui/IntuUnit.h"
  2. @MASTER   "Work2:AD/IInc/pIntui/IntuUnit.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:35:07
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pIntui/IntuUnit.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pIntui/IntuUnit.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_IntuiUnit" LINK "pIntui/IntuUnit.h/File" 22}
  16.  
  17. @ENDNODE
  18. @NODE File "pIntui/IntuUnit.h"
  19. #ifndef __INC_POS_PINTUI_INTUUNIT_H
  20. #define __INC_POS_PINTUI_INTUUNIT_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>IntuUnit.h<<   01 Mar 1997    17:17:51 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PEXEC_DEVICE_H
  30. #include <@{"pExec/Device.h" LINK "pExec/Device.h/File"}>
  31. #endif
  32. #ifndef __INC_POS_PEXEC_SEMA_H
  33. #include <@{"pExec/Sema.h" LINK "pExec/Sema.h/File"}>
  34. #endif
  35.  
  36.  
  37. /*----------------------------------
  38.            Read only
  39. -----------------------------------*/
  40. struct pOS_IntuiUnit
  41. {
  42.   @{"struct pOS_Unit" LINK "pExec/Device.h/File" 29}              iu_Unit;
  43.  
  44.   struct pOS_ScreenBase       *iu_ScrBase;
  45.   @{"struct pOS_GadgetBase" LINK "pGadget/GadBase.h/File" 19}       *iu_GadBase;
  46.   @{"struct pOS_View" LINK "pGFX/View.h/File" 18}             *iu_ActView;
  47.   @{"struct pOS_Screen" LINK "pScreen/Screen.h/File" 22}           *iu_ActScreen;
  48.   @{"struct pOS_Window" LINK "pScreen/Window.h/File" 18}           *iu_ActWindow;
  49.  
  50. /*** PRIVATE ********************************************/
  51. };
  52.  
  53.  
  54.  
  55. #endif
  56. @ENDNODE
  57.