xf86dga1const.h 931 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. Copyright (c) 1995 Jon Tombs
  3. Copyright (c) 1995 XFree86 Inc
  4. */
  5. /************************************************************************
  6. THIS IS THE OLD DGA API AND IS OBSOLETE. PLEASE DO NOT USE IT ANYMORE
  7. ************************************************************************/
  8. #ifndef _XF86DGA1CONST_H_
  9. #define _XF86DGA1CONST_H_
  10. #define X_XF86DGAQueryVersion 0
  11. #define X_XF86DGAGetVideoLL 1
  12. #define X_XF86DGADirectVideo 2
  13. #define X_XF86DGAGetViewPortSize 3
  14. #define X_XF86DGASetViewPort 4
  15. #define X_XF86DGAGetVidPage 5
  16. #define X_XF86DGASetVidPage 6
  17. #define X_XF86DGAInstallColormap 7
  18. #define X_XF86DGAQueryDirectVideo 8
  19. #define X_XF86DGAViewPortChanged 9
  20. #define XF86DGADirectPresent 0x0001
  21. #define XF86DGADirectGraphics 0x0002
  22. #define XF86DGADirectMouse 0x0004
  23. #define XF86DGADirectKeyb 0x0008
  24. #define XF86DGAHasColormap 0x0100
  25. #define XF86DGADirectColormap 0x0200
  26. #endif /* _XF86DGA1CONST_H_ */