Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
660 B

  1. /**************************************************************************
  2. *
  3. * Copyright (c) 2000 Microsoft Corporation
  4. *
  5. * Module Name:
  6. *
  7. * Pixel Format definitions.
  8. *
  9. * Abstract:
  10. *
  11. * Internal pixel format definitions.
  12. *
  13. * Created:
  14. *
  15. * 08/09/2000 asecchia
  16. * Created it.
  17. *
  18. **************************************************************************/
  19. #ifndef _PIXELFORMATS_H
  20. #define _PIXELFORMATS_H
  21. // First bit of the reserved area
  22. // Used for surfaces that have multiple pixel formats
  23. // e.g. the meta device surface for the multimon driver.
  24. #define PixelFormatMulti ((PixelFormatID)0x10000000)
  25. #endif