diff options
author | Thomas Winischhofer <thomas@winischhofer.net> | 2005-10-30 09:27:06 +0000 |
---|---|---|
committer | Thomas Winischhofer <thomas@winischhofer.net> | 2005-10-30 09:27:06 +0000 |
commit | c818d3a1a5439c54fc687927a99d69712602ed5e (patch) | |
tree | 8cc06844efb801ccc20cead6a68525c1567bb25f /hw/xfree86/loader | |
parent | fdbb3ea60949a12eb2f4805d16e8acc2348e39c7 (diff) |
Add xf86RandRSetNewVirtualAndDimensions to loader symlist
Diffstat (limited to 'hw/xfree86/loader')
-rw-r--r-- | hw/xfree86/loader/xf86sym.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index c1d96d428..9de70b81a 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -614,6 +614,11 @@ LOOKUP xfree86LookupTab[] = { SYMFUNC(xf86GetGammaRamp) SYMFUNC(xf86ChangeGammaRamp) + /* xf86RandR.c */ +#ifdef RANDR + SYMFUNC(xf86RandRSetNewVirtualAndDimensions) +#endif + /* xf86xv.c */ SYMFUNC(xf86XVScreenInit) SYMFUNC(xf86XVRegisterGenericAdaptorDriver) |