summaryrefslogtreecommitdiff
path: root/fb/fbglyph.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-12-02 02:50:45 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-12-02 02:50:45 -0200
commit180bad84774493d48f2793a6281d825560944863 (patch)
treeeb1ef92b8a8a363376550fdba40c23192a6fbc85 /fb/fbglyph.c
parent8c560422b44e012053612754430d2b87dc44ed59 (diff)
Add visibility flags to XSERVER_CFLAGS.
This is done to actually change DIX_CFLAGS, as not all "modules" use XORG_CFLAGS. Also export the symbols that are required by other modules after the change.
Diffstat (limited to 'fb/fbglyph.c')
-rw-r--r--fb/fbglyph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbglyph.c b/fb/fbglyph.c
index 3f2ec75b3..9ea907dc7 100644
--- a/fb/fbglyph.c
+++ b/fb/fbglyph.c
@@ -129,7 +129,7 @@ fbGlyphIn (RegionPtr pRegion,
#define CASE(a,b,c,d) (a | (b << 1) | (c << 2) | (d << 3))
#endif
-void
+_X_EXPORT void
fbGlyph24 (FbBits *dstBits,
FbStride dstStride,
int dstBpp,