aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h
index e284ae74c78..3b12770d74d 100644
--- a/src/font.h
+++ b/src/font.h
@@ -473,6 +473,8 @@ extern Lisp_Object font_at P_ ((int c, EMACS_INT pos, struct face *face,
473 473
474extern struct font *font_prepare_composition P_ ((struct composition *cmp)); 474extern struct font *font_prepare_composition P_ ((struct composition *cmp));
475 475
476extern Lisp_Object font_put_extra P_ ((Lisp_Object font, Lisp_Object prop,
477 Lisp_Object val));
476 478
477#ifdef HAVE_LIBOTF 479#ifdef HAVE_LIBOTF
478/* This can be used as `otf_capability' method of a font-driver. */ 480/* This can be used as `otf_capability' method of a font-driver. */