home *** CD-ROM | disk | FTP | other *** search
- #ifndef GRAPHICS_VIDEOCONTROL_H
- #define GRAPHICS_VIDEOCONTROL_H
- /*
- ** $Filename: graphics/videocontrol.h $
- ** $Release: 2.04 Includes, V37.4 $
- ** $Revision: 37.0 $
- ** $Date: 91/01/07 $
- **
- ** include define file for videocontrol commands
- **
- ** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
- ** All Rights Reserved
- */
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif /* EXEC_TYPES_H */
-
- #ifndef UTILITY_TAGITEM_H
- #include <utility/tagitem.h>
- #endif /* UTILITY_TAGITEM_H */
-
- #define VTAG_END_CM 0x00000000
- #define VTAG_CHROMAKEY_CLR 0x80000000
- #define VTAG_CHROMAKEY_SET 0x80000001
- #define VTAG_BITPLANEKEY_CLR 0x80000002
- #define VTAG_BITPLANEKEY_SET 0x80000003
- #define VTAG_BORDERBLANK_CLR 0x80000004
- #define VTAG_BORDERBLANK_SET 0x80000005
- #define VTAG_BORDERNOTRANS_CLR 0x80000006
- #define VTAG_BORDERNOTRANS_SET 0x80000007
- #define VTAG_CHROMA_PEN_CLR 0x80000008
- #define VTAG_CHROMA_PEN_SET 0x80000009
- #define VTAG_CHROMA_PLANE_SET 0x8000000A
- #define VTAG_ATTACH_CM_SET 0x8000000B
- #define VTAG_NEXTBUF_CM 0x8000000C
- #define VTAG_BATCH_CM_CLR 0x8000000D
- #define VTAG_BATCH_CM_SET 0x8000000E
- #define VTAG_NORMAL_DISP_GET 0x8000000F
- #define VTAG_NORMAL_DISP_SET 0x80000010
- #define VTAG_COERCE_DISP_GET 0x80000011
- #define VTAG_COERCE_DISP_SET 0x80000012
- #define VTAG_VIEWPORTEXTRA_GET 0x80000013
- #define VTAG_VIEWPORTEXTRA_SET 0x80000014
- #define VTAG_CHROMAKEY_GET 0x80000015
- #define VTAG_BITPLANEKEY_GET 0x80000016
- #define VTAG_BORDERBLANK_GET 0x80000017
- #define VTAG_BORDERNOTRANS_GET 0x80000018
- #define VTAG_CHROMA_PEN_GET 0x80000019
- #define VTAG_CHROMA_PLANE_GET 0x8000001A
- #define VTAG_ATTACH_CM_GET 0x8000001B
- #define VTAG_BATCH_CM_GET 0x8000001C
- #define VTAG_BATCH_ITEMS_GET 0x8000001D
- #define VTAG_BATCH_ITEMS_SET 0x8000001E
- #define VTAG_BATCH_ITEMS_ADD 0x8000001F
- #define VTAG_VPMODEID_GET 0x80000020
- #define VTAG_VPMODEID_SET 0x80000021
- #define VTAG_VPMODEID_CLR 0x80000022
- #define VTAG_USERCLIP_GET 0x80000023
- #define VTAG_USERCLIP_SET 0x80000024
- #define VTAG_USERCLIP_CLR 0x80000025
-
- #endif /* GRAPHICS_VIDEOCONTROL_H */
-