home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / TRSICAT.LZX / CATS_CD2_TRSI / Inc&AD2.1 / includes / graphics / videocontrol.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-11  |  1.9 KB  |  62 lines

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