# HG changeset patch # User Kenichi Handa # Date 1177502413 0 # Node ID f123a47d3df63e53d07374db28bf4ba8cc081fd5 # Parent d0368a3e5450254bf7b25c45c6840803077ef83b (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. diff -r d0368a3e5450 -r f123a47d3df6 src/font.h --- 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