* ftfont.c (ftfont_shape_by_flt): Make static.
* ftfont.h (ftfont_shape_by_flt): Don't declare.
This commit is contained in:
parent
f6d52a3393
commit
990a73f049
3 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
2008-10-12 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* ftfont.c (ftfont_shape_by_flt): Make static.
|
||||
* ftfont.h (ftfont_shape_by_flt): Don't declare.
|
||||
|
||||
* font.c: Don't include <m17n-flt.h>.
|
||||
|
||||
2008-10-10 Eli Zaretskii <eliz@gnu.org>
|
||||
|
|
|
@ -1803,7 +1803,7 @@ static int m17n_flt_initialized;
|
|||
|
||||
extern Lisp_Object QCfamily;
|
||||
|
||||
Lisp_Object
|
||||
static Lisp_Object
|
||||
ftfont_shape_by_flt (lgstring, font, ft_face, otf)
|
||||
Lisp_Object lgstring;
|
||||
struct font *font;
|
||||
|
|
|
@ -33,10 +33,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include <otf.h>
|
||||
#ifdef HAVE_M17N_FLT
|
||||
#include <m17n-flt.h>
|
||||
extern Lisp_Object ftfont_shape_by_flt P_ ((Lisp_Object, struct font *,
|
||||
FT_Face, OTF *));
|
||||
#endif /* HAVE_LIBOTF */
|
||||
#endif /* HAVE_M17N_FLT */
|
||||
#endif /* HAVE_LIBOTF */
|
||||
|
||||
#endif /* EMACS_FTFONT_H */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue