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.

18 lines
544 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // indcmap.h
  4. //
  5. // Structures and prototypes for indirect colormap code.
  6. //
  7. // Copyright (C) Microsoft Corporation, 1997.
  8. //
  9. //----------------------------------------------------------------------------
  10. #ifndef _INDCMAP_H_
  11. #define _INDCMAP_H_
  12. RLDDIColormap* RLDDICreateIndirectColormap(RLDDIColorAllocator* alloc,
  13. size_t size);
  14. unsigned long* RLDDIIndirectColormapGetMap(RLDDIColormap* cmap);
  15. #endif // _INDCMAP_H_