home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / graphics / videocontrol.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  1.9 KB  |  64 lines

  1. #ifndef GRAPHICS_VIDEOCONTROL_H
  2. #define GRAPHICS_VIDEOCONTROL_H
  3. /*
  4. ** $Filename: graphics/videocontrol.h $
  5. ** $Release: 2.04 Includes, V37.4 $
  6. ** $Revision: 37.0 $
  7. ** $Date: 91/01/07 $
  8. **
  9. ** include define file for videocontrol commands
  10. **
  11. ** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  12. ** All Rights Reserved
  13. */
  14.  
  15. #ifndef EXEC_TYPES_H
  16. #include <exec/types.h>
  17. #endif 
  18.  
  19. #ifndef UTILITY_TAGITEM_H
  20. #include <utility/tagitem.h>
  21. #endif 
  22.  
  23. #define VTAG_END_CM 0x00000000
  24. #define VTAG_CHROMAKEY_CLR 0x80000000
  25. #define VTAG_CHROMAKEY_SET 0x80000001
  26. #define VTAG_BITPLANEKEY_CLR 0x80000002
  27. #define VTAG_BITPLANEKEY_SET 0x80000003
  28. #define VTAG_BORDERBLANK_CLR 0x80000004
  29. #define VTAG_BORDERBLANK_SET 0x80000005
  30. #define VTAG_BORDERNOTRANS_CLR 0x80000006
  31. #define VTAG_BORDERNOTRANS_SET 0x80000007
  32. #define VTAG_CHROMA_PEN_CLR 0x80000008
  33. #define VTAG_CHROMA_PEN_SET 0x80000009
  34. #define VTAG_CHROMA_PLANE_SET 0x8000000A
  35. #define VTAG_ATTACH_CM_SET 0x8000000B
  36. #define VTAG_NEXTBUF_CM 0x8000000C
  37. #define VTAG_BATCH_CM_CLR 0x8000000D
  38. #define VTAG_BATCH_CM_SET 0x8000000E
  39. #define VTAG_NORMAL_DISP_GET 0x8000000F
  40. #define VTAG_NORMAL_DISP_SET 0x80000010
  41. #define VTAG_COERCE_DISP_GET 0x80000011
  42. #define VTAG_COERCE_DISP_SET 0x80000012
  43. #define VTAG_VIEWPORTEXTRA_GET 0x80000013
  44. #define VTAG_VIEWPORTEXTRA_SET 0x80000014
  45. #define VTAG_CHROMAKEY_GET 0x80000015
  46. #define VTAG_BITPLANEKEY_GET 0x80000016
  47. #define VTAG_BORDERBLANK_GET 0x80000017
  48. #define VTAG_BORDERNOTRANS_GET 0x80000018
  49. #define VTAG_CHROMA_PEN_GET 0x80000019
  50. #define VTAG_CHROMA_PLANE_GET 0x8000001A
  51. #define VTAG_ATTACH_CM_GET 0x8000001B
  52. #define VTAG_BATCH_CM_GET 0x8000001C
  53. #define VTAG_BATCH_ITEMS_GET 0x8000001D
  54. #define VTAG_BATCH_ITEMS_SET 0x8000001E
  55. #define VTAG_BATCH_ITEMS_ADD 0x8000001F
  56. #define VTAG_VPMODEID_GET 0x80000020
  57. #define VTAG_VPMODEID_SET 0x80000021
  58. #define VTAG_VPMODEID_CLR 0x80000022
  59. #define VTAG_USERCLIP_GET 0x80000023
  60. #define VTAG_USERCLIP_SET 0x80000024
  61. #define VTAG_USERCLIP_CLR 0x80000025
  62.  
  63. #endif 
  64.