summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac/TI.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-08-03 02:44:23 +0000
committerAdam Jackson <ajax@nwnk.net>2004-08-03 02:44:23 +0000
commitd112e55992e9e03e74fdf5738c8c47cd90033a37 (patch)
tree436fb869362628e17791310f55f129b0f92de948 /hw/xfree86/ramdac/TI.c
parent734cb34dc1697530ecd971b84e1061ed86b4c2a4 (diff)
Bug #962: Remove LoaderSymbol calls introduced by the dlloader work so
DoLoadableServer NO builds work again.
Diffstat (limited to 'hw/xfree86/ramdac/TI.c')
-rw-r--r--hw/xfree86/ramdac/TI.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/ramdac/TI.c b/hw/xfree86/ramdac/TI.c
index ce6dd9a04..024cb49eb 100644
--- a/hw/xfree86/ramdac/TI.c
+++ b/hw/xfree86/ramdac/TI.c
@@ -711,3 +711,7 @@ void TIramdacLoadPalette(
}
}
}
+
+TIramdacLoadPaletteProc *TIramdacLoadPaletteWeak(void) {
+ return TIramdacLoadPalette;
+}