summaryrefslogtreecommitdiff
path: root/mfb/mfbmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mfb/mfbmisc.c')
-rw-r--r--mfb/mfbmisc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mfb/mfbmisc.c b/mfb/mfbmisc.c
index 67cbf6fc6..c3e0d3d71 100644
--- a/mfb/mfbmisc.c
+++ b/mfb/mfbmisc.c
@@ -89,3 +89,8 @@ ScreenPtr pScreen;
}
}
+mfbQueryBestSizeProc *
+mfbQueryBestSizeWeak(void)
+{
+ return mfbQueryBestSize;
+}