Add xf86RandRSetNewVirtualAndDimensions to loader symlist
This commit is contained in:
parent
fdbb3ea609
commit
c818d3a1a5
|
@ -614,6 +614,11 @@ LOOKUP xfree86LookupTab[] = {
|
||||||
SYMFUNC(xf86GetGammaRamp)
|
SYMFUNC(xf86GetGammaRamp)
|
||||||
SYMFUNC(xf86ChangeGammaRamp)
|
SYMFUNC(xf86ChangeGammaRamp)
|
||||||
|
|
||||||
|
/* xf86RandR.c */
|
||||||
|
#ifdef RANDR
|
||||||
|
SYMFUNC(xf86RandRSetNewVirtualAndDimensions)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* xf86xv.c */
|
/* xf86xv.c */
|
||||||
SYMFUNC(xf86XVScreenInit)
|
SYMFUNC(xf86XVScreenInit)
|
||||||
SYMFUNC(xf86XVRegisterGenericAdaptorDriver)
|
SYMFUNC(xf86XVRegisterGenericAdaptorDriver)
|
||||||
|
|
Loading…
Reference in New Issue