From c927d1df98dfd0ce154d32372ae10577c89f3308 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 25 Apr 2007 12:00:13 +0000 Subject: [PATCH] (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. --- src/font.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/font.h b/src/font.h index ee8d2e27258..4bef1b2f00e 100644 --- a/src/font.h +++ b/src/font.h @@ -479,9 +479,9 @@ extern struct font *font_prepare_composition P_ ((struct composition *cmp)); 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 -- 2.39.5