mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-23 19:10:40 +02:00
Add xf86RandRSetNewVirtualAndDimensions to loader symlist
This commit is contained in:
parent
fdbb3ea609
commit
c818d3a1a5
1 changed files with 5 additions and 0 deletions
|
|
@ -614,6 +614,11 @@ LOOKUP xfree86LookupTab[] = {
|
|||
SYMFUNC(xf86GetGammaRamp)
|
||||
SYMFUNC(xf86ChangeGammaRamp)
|
||||
|
||||
/* xf86RandR.c */
|
||||
#ifdef RANDR
|
||||
SYMFUNC(xf86RandRSetNewVirtualAndDimensions)
|
||||
#endif
|
||||
|
||||
/* xf86xv.c */
|
||||
SYMFUNC(xf86XVScreenInit)
|
||||
SYMFUNC(xf86XVRegisterGenericAdaptorDriver)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue