From 31285d063ec4623cb0764437d6d57e244f20460d Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Fri, 28 Nov 2008 01:55:11 -0200 Subject: Make visible symbols required by xorg modules. This patch exports all symbols required by the compilable (in a x86 linux computer) xorg/driver/* modules. Still missing symbols worth mentioning are: sunleo miFindMaxBand no longer available intel (uxa/uxa-accel.c) fbShmPutImage no longer available (and should have been static) mga MGAGetClientPointer (should come from matrox's libhal) This is not a definitive "visibility" patch, as all it does is to export missing symbols, but the modules that current don't compile, may require more symbols once fixed, and third party drivers should also require more symbols exported. A "definitive" patch should export symbols defined in the sdk. --- fb/fbcmap_mi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fb/fbcmap_mi.c') diff --git a/fb/fbcmap_mi.c b/fb/fbcmap_mi.c index 188decd4c..074797287 100644 --- a/fb/fbcmap_mi.c +++ b/fb/fbcmap_mi.c @@ -85,7 +85,7 @@ fbExpandDirectColors (ColormapPtr pmap, return miExpandDirectColors(pmap, ndef, indefs, outdefs); } -Bool +_X_EXPORT Bool fbCreateDefColormap(ScreenPtr pScreen) { return miCreateDefColormap(pScreen); -- cgit v1.2.3