From b0185a4bf77a668e65e94197bdb13331680521c7 Mon Sep 17 00:00:00 2001 From: Thomas Winischhofer Date: Thu, 28 Oct 2004 22:12:23 +0000 Subject: [PATCH] Add xf86[GetGammaRamp|ChangeGammaRamp|GetGammaRampSize] to symlist in order to allow drivers to use them --- hw/xfree86/loader/xf86sym.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index a622b505e..43f3219eb 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -608,6 +608,9 @@ LOOKUP xfree86LookupTab[] = { /* xf86cmap.c */ SYMFUNC(xf86HandleColormaps) + SYMFUNC(xf86GetGammaRampSize) + SYMFUNC(xf86GetGammaRamp) + SYMFUNC(xf86ChangeGammaRamp) /* xf86xv.c */ SYMFUNC(xf86XVScreenInit)