summaryrefslogtreecommitdiff
path: root/src/xftrender.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/xftrender.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/xftrender.c')
-rw-r--r--src/xftrender.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/xftrender.c b/src/xftrender.c
index 4a6f343..9e8c1eb 100644
--- a/src/xftrender.c
+++ b/src/xftrender.c
@@ -31,7 +31,7 @@
* Use the Render extension to draw the glyphs
*/
-void
+_X_EXPORT void
XftGlyphRender (Display *dpy,
int op,
Picture src,
@@ -141,7 +141,7 @@ bail1:
_XftFontManageMemory (dpy, pub);
}
-void
+_X_EXPORT void
XftGlyphSpecRender (Display *dpy,
int op,
Picture src,
@@ -350,7 +350,7 @@ bail1:
_XftFontManageMemory (dpy, pub);
}
-void
+_X_EXPORT void
XftCharSpecRender (Display *dpy,
int op,
Picture src,
@@ -410,7 +410,7 @@ XftPreferFormat (Display *dpy, XRenderPictFormat *a, XRenderPictFormat *b)
return prefer;
}
-void
+_X_EXPORT void
XftGlyphFontSpecRender (Display *dpy,
int op,
Picture src,
@@ -641,7 +641,7 @@ bail1:
_XftFontManageMemory (dpy, glyphs[i].font);
}
-void
+_X_EXPORT void
XftCharFontSpecRender (Display *dpy,
int op,
Picture src,
@@ -675,7 +675,7 @@ XftCharFontSpecRender (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextRender8 (Display *dpy,
int op,
Picture src,
@@ -707,7 +707,7 @@ XftTextRender8 (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextRender16 (Display *dpy,
int op,
Picture src,
@@ -739,7 +739,7 @@ XftTextRender16 (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextRender16BE (Display *dpy,
int op,
Picture src,
@@ -772,7 +772,7 @@ XftTextRender16BE (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextRender16LE (Display *dpy,
int op,
Picture src,
@@ -805,7 +805,7 @@ XftTextRender16LE (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextRender32 (Display *dpy,
int op,
Picture src,
@@ -837,7 +837,7 @@ XftTextRender32 (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextRender32BE (Display *dpy,
int op,
Picture src,
@@ -873,7 +873,7 @@ XftTextRender32BE (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextRender32LE (Display *dpy,
int op,
Picture src,
@@ -909,7 +909,7 @@ XftTextRender32LE (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextRenderUtf8 (Display *dpy,
int op,
Picture src,
@@ -958,7 +958,7 @@ XftTextRenderUtf8 (Display *dpy,
free (glyphs);
}
-void
+_X_EXPORT void
XftTextRenderUtf16 (Display *dpy,
int op,
Picture src,