home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pIntui/IntuUnit.h"
- @MASTER "Work2:AD/IInc/pIntui/IntuUnit.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:35:07
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pIntui/IntuUnit.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pIntui/IntuUnit.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_IntuiUnit" LINK "pIntui/IntuUnit.h/File" 22}
-
- @ENDNODE
- @NODE File "pIntui/IntuUnit.h"
- #ifndef __INC_POS_PINTUI_INTUUNIT_H
- #define __INC_POS_PINTUI_INTUUNIT_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>IntuUnit.h<< 01 Mar 1997 17:17:51 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_DEVICE_H
- #include <@{"pExec/Device.h" LINK "pExec/Device.h/File"}>
- #endif
- #ifndef __INC_POS_PEXEC_SEMA_H
- #include <@{"pExec/Sema.h" LINK "pExec/Sema.h/File"}>
- #endif
-
-
- /*----------------------------------
- Read only
- -----------------------------------*/
- struct pOS_IntuiUnit
- {
- @{"struct pOS_Unit" LINK "pExec/Device.h/File" 29} iu_Unit;
-
- struct pOS_ScreenBase *iu_ScrBase;
- @{"struct pOS_GadgetBase" LINK "pGadget/GadBase.h/File" 19} *iu_GadBase;
- @{"struct pOS_View" LINK "pGFX/View.h/File" 18} *iu_ActView;
- @{"struct pOS_Screen" LINK "pScreen/Screen.h/File" 22} *iu_ActScreen;
- @{"struct pOS_Window" LINK "pScreen/Window.h/File" 18} *iu_ActWindow;
-
- /*** PRIVATE ********************************************/
- };
-
-
-
- #endif
- @ENDNODE
-