xf86RamDacPriv.h 338 B

1234567891011121314
  1. #ifdef HAVE_XORG_CONFIG_H
  2. #include <xorg-config.h>
  3. #endif
  4. #include "xf86RamDac.h"
  5. #include "xf86cmap.h"
  6. void RamDacGetRecPrivate(void);
  7. Bool RamDacGetRec(ScrnInfoPtr pScrn);
  8. int RamDacGetScreenIndex(void);
  9. void RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
  10. LOCO * colors, VisualPtr pVisual);