X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/b35f288d478ef137a4d9e8e5a6a5f368a86b01f5..5df4f04cd32af723742c81095b38ae83b3c2b462:/src/ftfont.h diff --git a/src/ftfont.h b/src/ftfont.h index c94a1f24b2..f4b9aa0d61 100644 --- a/src/ftfont.h +++ b/src/ftfont.h @@ -1,5 +1,5 @@ /* ftfont.h -- Interface definition for Freetype font backend. - Copyright (C) 2007, 2008 + Copyright (C) 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009 @@ -25,15 +25,16 @@ along with GNU Emacs. If not, see . */ #include #include FT_FREETYPE_H #include FT_SIZES_H +#ifdef FT_BDF_H +#include FT_BDF_H +#endif #ifdef HAVE_LIBOTF #include #ifdef HAVE_M17N_FLT #include -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 */