summaryrefslogtreecommitdiff
path: root/fb/fballpriv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fb/fballpriv.c')
-rw-r--r--fb/fballpriv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fb/fballpriv.c b/fb/fballpriv.c
index 3c05ff36e..4f807ed8d 100644
--- a/fb/fballpriv.c
+++ b/fb/fballpriv.c
@@ -90,3 +90,8 @@ fbAllocatePrivates(ScreenPtr pScreen, int *pGCIndex)
#endif
return TRUE;
}
+
+#ifdef FB_ACCESS_WRAPPER
+ReadMemoryProcPtr wfbReadMemory;
+WriteMemoryProcPtr wfbWriteMemory;
+#endif