Mercurial > emacs
changeset 90816:f123a47d3df6
(font_open_for_lface): Adjust prototype.
(struct font_driver): Delete members otf_gsub and otf_gpos, add
member otf_drive.
(font_otf_gsub, font_otf_gpos): Delete externs.
(font_drive_otf): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 25 Apr 2007 12:00:13 +0000 |
parents | d0368a3e5450 |
children | d2c230a67741 |
files | src/font.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.h Wed Apr 25 11:59:44 2007 +0000 +++ b/src/font.h Wed Apr 25 12:00:13 2007 +0000 @@ -479,9 +479,9 @@ extern Lisp_Object font_otf_capability P_ ((struct font *font)); /* This can be used as `otf_drive' method of a font-driver. */ extern int font_drive_otf P_ ((struct font *font, Lisp_Object otf_features, - Lisp_Object gstring_in, int from, int to, - Lisp_Object gstring_out, int idx, - int alternate_subst)); + Lisp_Object gstring_in, int from, int to, + Lisp_Object gstring_out, int idx, + int alternate_subst)); #endif /* HAVE_LIBOTF */ #ifdef HAVE_FREETYPE