mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 19:30:05 +01:00
Add xf86[GetGammaRamp|ChangeGammaRamp|GetGammaRampSize] to symlist in order
to allow drivers to use them
This commit is contained in:
parent
9d4823adc8
commit
b0185a4bf7
1 changed files with 3 additions and 0 deletions
|
|
@ -608,6 +608,9 @@ LOOKUP xfree86LookupTab[] = {
|
|||
|
||||
/* xf86cmap.c */
|
||||
SYMFUNC(xf86HandleColormaps)
|
||||
SYMFUNC(xf86GetGammaRampSize)
|
||||
SYMFUNC(xf86GetGammaRamp)
|
||||
SYMFUNC(xf86ChangeGammaRamp)
|
||||
|
||||
/* xf86xv.c */
|
||||
SYMFUNC(xf86XVScreenInit)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue