summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac/IBM.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/IBM.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/IBM.c')
-rw-r--r--hw/xfree86/ramdac/IBM.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/ramdac/IBM.c b/hw/xfree86/ramdac/IBM.c
index 69207c2e2..4fede5720 100644
--- a/hw/xfree86/ramdac/IBM.c
+++ b/hw/xfree86/ramdac/IBM.c
@@ -374,6 +374,10 @@ IBMramdac526SetBpp(ScrnInfoPtr pScrn, RamDacRegRecPtr ramdacReg)
}
}
+IBMramdac526SetBppProc *IBMramdac526SetBppWeak(void) {
+ return IBMramdac526SetBpp;
+}
+
void
IBMramdac640SetBpp(ScrnInfoPtr pScrn, RamDacRegRecPtr ramdacReg)
{