home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pSL/pSLBase.h"
- @MASTER "Work2:AD/IInc/pSL/pSLBase.h"
- @REMARK This file was created by ADtoHT 2.0 on 08-Dez-96 14:43:33
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pSL/pSLBase.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pSL/pSLBase.h" LINK File}
-
- @ENDNODE
- @NODE File "pSL/pSLBase.h"
- #ifndef __INC_POS_PSL_PSLBASE_H
- #define __INC_POS_PSL_PSLBASE_H
- /*******************************************************************
- $CRT 27 Oct 1996 : hb
-
- $AUT Holger Burkarth
- $DAT >>pSLBase.h<< 30 Nov 1996 09:32:24 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIBRARY_H
- #include "p:pExec/Library.h"
- #endif
- #ifndef __INC_POS_PEXEC_SEMA_H
- #include "p:pExec/Sema.h"
- #endif
- #ifndef __INC_POS_PEXEC_MEMORY_H
- #include "p:pExec/Memory.h"
- #endif
-
-
-
- @{"struct pOS_NClass" LINK "pExec/Class.h/File" 48};
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_pSLBase
- {
- pOS_Library psl_Lib;
- pOS_Semaphore psl_Sem;
- pOS_MemPool psl_MP;
- ULONG psl_Flags; /* (enum pOS_pSLBaseFlags) */
- pOS_ExList psl_FontList;
- UWORD psl_FontListCnt;
-
- pOS_NClass *psl_G1Class;
- pOS_NClass *psl_G2Class;
- };
-
-
-
-
- enum pOS_pSLBaseFlags /** psl_Flags **/
- {
- PSLBSF_FontList = 0x0001, /* FontList ist eingelesen */
- };
-
-
- #endif
- @ENDNODE
-