Add xf86[GetGammaRamp|ChangeGammaRamp|GetGammaRampSize] to symlist in order

to allow drivers to use them
This commit is contained in:
Thomas Winischhofer 2004-10-28 22:12:23 +00:00
parent 9d4823adc8
commit b0185a4bf7

View File

@ -608,6 +608,9 @@ LOOKUP xfree86LookupTab[] = {
/* xf86cmap.c */
SYMFUNC(xf86HandleColormaps)
SYMFUNC(xf86GetGammaRampSize)
SYMFUNC(xf86GetGammaRamp)
SYMFUNC(xf86ChangeGammaRamp)
/* xf86xv.c */
SYMFUNC(xf86XVScreenInit)