aboutsummaryrefslogtreecommitdiffstats
path: root/src/xftfont.c
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-03-18 22:05:19 -0700
committerPaul Eggert <[email protected]>2011-03-18 22:05:19 -0700
commit0248044d313959dd87d64438fa297ca25adfc9ac (patch)
tree6268c797dcac1e79c7bad0e513cb286a4304e224 /src/xftfont.c
parent49eaafbac1695d9244329b3518309bfcc1a98aa4 (diff)
* xftfont.c (xftfont_shape): Now static, and defined only if needed.
Diffstat (limited to 'src/xftfont.c')
-rw-r--r--src/xftfont.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xftfont.c b/src/xftfont.c
index 695527c423..7c8b5dde07 100644
--- a/src/xftfont.c
+++ b/src/xftfont.c
@@ -672,7 +672,8 @@ xftfont_draw (struct glyph_string *s, int from, int to, int x, int y, int with_b
return len;
}
-Lisp_Object
+#if defined HAVE_M17N_FLT && defined HAVE_LIBOTF
+static Lisp_Object
xftfont_shape (Lisp_Object lgstring)
{
struct font *font;
@@ -688,6 +689,7 @@ xftfont_shape (Lisp_Object lgstring)
XftUnlockFace (xftfont_info->xftfont);
return val;
}
+#endif
static int
xftfont_end_for_frame (FRAME_PTR f)