summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader
diff options
context:
space:
mode:
authorThomas Winischhofer <thomas@winischhofer.net>2005-10-30 09:27:06 +0000
committerThomas Winischhofer <thomas@winischhofer.net>2005-10-30 09:27:06 +0000
commitc818d3a1a5439c54fc687927a99d69712602ed5e (patch)
tree8cc06844efb801ccc20cead6a68525c1567bb25f /hw/xfree86/loader
parentfdbb3ea60949a12eb2f4805d16e8acc2348e39c7 (diff)
Add xf86RandRSetNewVirtualAndDimensions to loader symlist
Diffstat (limited to 'hw/xfree86/loader')
-rw-r--r--hw/xfree86/loader/xf86sym.c5
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)