diff options
Diffstat (limited to 'xorg-server/hw/xfree86/ramdac/xf86RamDacPriv.h')
-rw-r--r-- | xorg-server/hw/xfree86/ramdac/xf86RamDacPriv.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xorg-server/hw/xfree86/ramdac/xf86RamDacPriv.h b/xorg-server/hw/xfree86/ramdac/xf86RamDacPriv.h new file mode 100644 index 000000000..f68e588f5 --- /dev/null +++ b/xorg-server/hw/xfree86/ramdac/xf86RamDacPriv.h @@ -0,0 +1,13 @@ + +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + +#include "xf86RamDac.h" +#include "xf86cmap.h" + +void RamDacGetRecPrivate(void); +Bool RamDacGetRec(ScrnInfoPtr pScrn); +int RamDacGetScreenIndex(void); +void RamDacLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, + LOCO *colors, VisualPtr pVisual); |