summaryrefslogtreecommitdiff
path: root/src/xftextent.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-06-03 10:41:03 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-06-03 10:41:03 +0000
commit824f87ba102e36808c59e92d7f527ca2f8b00026 (patch)
tree54faf38ad4523e3ca53d26f329e80b09b29d2156 /src/xftextent.c
parent250b95f857cdd7fadab9e06f1a6f69706467aac2 (diff)
downloadxorg-lib-libXft-824f87ba102e36808c59e92d7f527ca2f8b00026.tar.gz
Bug #4711: Don't export unnecessary symbols. (Alan Coopersmith). Bump toxft-2_1_9
2.1.9.
Diffstat (limited to 'src/xftextent.c')
-rw-r--r--src/xftextent.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xftextent.c b/src/xftextent.c
index 49db898..138745d 100644
--- a/src/xftextent.c
+++ b/src/xftextent.c
@@ -24,7 +24,7 @@
#include "xftint.h"
-void
+_X_EXPORT void
XftGlyphExtents (Display *dpy,
XftFont *pub,
_Xconst FT_UInt *glyphs,
@@ -115,7 +115,7 @@ XftGlyphExtents (Display *dpy,
#define NUM_LOCAL 1024
-void
+_X_EXPORT void
XftTextExtents8 (Display *dpy,
XftFont *pub,
_Xconst FcChar8 *string,
@@ -143,7 +143,7 @@ XftTextExtents8 (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextExtents16 (Display *dpy,
XftFont *pub,
_Xconst FcChar16 *string,
@@ -171,7 +171,7 @@ XftTextExtents16 (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextExtents32 (Display *dpy,
XftFont *pub,
_Xconst FcChar32 *string,
@@ -199,7 +199,7 @@ XftTextExtents32 (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextExtentsUtf8 (Display *dpy,
XftFont *pub,
_Xconst FcChar8 *string,
@@ -242,7 +242,7 @@ XftTextExtentsUtf8 (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextExtentsUtf16 (Display *dpy,
XftFont *pub,
_Xconst FcChar8 *string,