summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac/IBM.c
diff options
context:
space:
mode:
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)
{