home *** CD-ROM | disk | FTP | other *** search
- #ifndef GRAPHICS_RPATTR_H
- #define GRAPHICS_RPATTR_H
-
- /*******************************************************************
- pOS / Amiga adapt
- *******************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef __INC_POS_PGFX_GFXTAGS_H
- #include <p:pGFX/GfxTags.h>
- #endif
-
-
- #define RPTAG_Font _PxA_IGNORE
- #define RPTAG_APen GFXTAG_APen
- #define RPTAG_BPen GFXTAG_BPen
- #define RPTAG_DrMd _PxA_IGNORE
- #define RPTAG_OutLinePen GFXTAG_OPen
- #define RPTAG_OutlinePen GFXTAG_OPen
- #define RPTAG_WriteMask _PxA_IGNORE
- #define RPTAG_MaxPen _PxA_IGNORE
- #define RPTAG_DrawBounds _PxA_IGNORE
-
-
-
- #endif /* GRAPHICS_RPATTR_H */
-