home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pGFX/GfxMap.h"
- @MASTER "Work2:AD/IInc/pGFX/GfxMap.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:34:43
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pGFX/GfxMap.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pGFX/GfxMap.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_GfxMap" LINK "pGFX/GfxMap.h/File" 18}
-
- @ENDNODE
- @NODE File "pGFX/GfxMap.h"
- #ifndef __INC_POS_PGFX_GFXMAP_H
- #define __INC_POS_PGFX_GFXMAP_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>GfxMap.h<< 23 Oct 1996 15:52:15 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_TYPES_H
- #include <@{"pExec/Types.h" LINK "pExec/Types.h/File"}>
- #endif
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_GfxMap
- {
- struct pOS_GfxLibrary *gm_Base;
- @{"ULONG" LINK "pExec/Types.h/File" 91} gm_UserData[2];
- @{"ULONG" LINK "pExec/Types.h/File" 91} gm_Width;
- @{"ULONG" LINK "pExec/Types.h/File" 91} gm_Height;
- @{"UWORD" LINK "pExec/Types.h/File" 93} gm_Type; /* (enum pOS_GfxMapType) */
- @{"UWORD" LINK "pExec/Types.h/File" 93} gm_Pad;
- @{"ULONG" LINK "pExec/Types.h/File" 91} gm_Flags; /* (enum pOS_GfxMapFlags) */
- @{"struct pOS_GfxMapEx" LINK "pGFX/GfxEx.h/File" 18} *gm_Ex; /* System-Extension */
- @{"UBYTE" LINK "pExec/Types.h/File" 95} gm_Reserved[32];
- };
-
-
-
-
- enum pOS_GfxMapFlags /* gm_Flags */
- {
- GFXMAPF_Draw = 0x0001, /* in die GfxMap kann gezeichnet werden */
- GFXMAPF_Display = 0x0002, /* die GfxMap kann angezeicht werden */
-
-
- GFXMAPF_Clear= 0x80000000, /* GfxMap ist genullt */
- };
-
-
- enum pOS_GfxMapType /* gm_Type */
- {
- GFXMAPTYP_None=0,
- GFXMAPTYP_Planar, /* Planar-Map */
- GFXMAPTYP_BitMask, /* 1Bit - Map */
- GFXMAPTYP_Chunky8, /* 8Bit-Chunky */
-
-
- GFXMAPTYP_StdPlanar=0x80, /* (@{"struct pOS_StdPlanarGfxMap" LINK "pGFX/StdGMap.h/File" 20}) */
- GFXMAPTYP_StdChunky8, /* (@{"struct pOS_StdChunky8GfxMap" LINK "pGFX/StdGMap.h/File" 34}) */
- GFXMAPTYP_StdRGB8, /* (@{"struct pOS_StdRGB8GfxMap" LINK "pGFX/StdGMap.h/File" 45}) */
- GFXMAPTYP_StdMask, /* (@{"struct pOS_StdMaskGfxMap" LINK "pGFX/StdGMap.h/File" 59}) */
- GFXMAPTYP_StdRGBA8, /* (@{"struct pOS_StdRGBA8GfxMap" LINK "pGFX/StdGMap.h/File" 73}) */
- GFXMAPTYP_StdAlpha8, /* (@{"struct pOS_StdAlpha8GfxMap" LINK "pGFX/StdGMap.h/File" 86}) */
- GFXMAPTYP_MAXStd
- };
-
-
-
- #endif
- @ENDNODE
-