summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-03-11 06:30:23 +0100
committerWerner Lemberg <wl@gnu.org>2015-03-11 08:45:00 +0100
commit0633995b558975fabe3082f50836b93d5077a03e (patch)
treeca75c5743d4964a8d7027aae92f4b0a312bca258 /include
parent6b832c872d9726fd3f0979b3f95c7fa618fb50f2 (diff)
downloadfreetype2-0633995b558975fabe3082f50836b93d5077a03e.tar.gz
Rename `ftxf86.[ch]' to `ftfntfmt.[ch]'.
CMakeLists.txt, builds/amiga/makefile, builds/amiga/makefile.os4, builds/amiga/smakefile, builds/mac/FreeType.m68k_cfm.make.txt, builds/mac/FreeType.m68k_far.make.txt, builds/mac/FreeType.ppc_carbon.make.txt, builds/mac/FreeType.ppc_classic.make.txt, builds/symbian/bld.inf, builds/symbian/freetype.mmp, builds/wince/vc2005-ce/freetype.vcproj, builds/wince/vc2008-ce/freetype.vcproj, builds/windows/vc2005/freetype.vcproj, builds/windows/vc2008/freetype.vcproj, builds/windows/vc2010/freetype.vcxproj, builds/windows/vc2010/freetype.vcxproj.filters, builds/windows/visualc/freetype.dsp, builds/windows/visualc/freetype.vcproj, builds/windows/visualce/freetype.dsp, builds/windows/visualce/freetype.vcproj, docs/INSTALL.ANY, include/config/ftheader.h, include/ftfntfmt.h, modules.cfg, src/base/ftfntfmt.c, vms_make.com: Updated.
Diffstat (limited to 'include')
-rw-r--r--include/config/ftheader.h2
-rw-r--r--include/ftfntfmt.h (renamed from include/ftxf86.h)2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/config/ftheader.h b/include/config/ftheader.h
index 0a9fcd3e6..77d9187f2 100644
--- a/include/config/ftheader.h
+++ b/include/config/ftheader.h
@@ -717,7 +717,7 @@
* FreeType~2 API which provides functions specific to the XFree86 and
* X.Org X11 servers.
*/
-#define FT_XFREE86_H <ftxf86.h>
+#define FT_XFREE86_H <ftfntfmt.h>
/*************************************************************************
diff --git a/include/ftxf86.h b/include/ftfntfmt.h
index 2269b4e77..c1bf146d1 100644
--- a/include/ftxf86.h
+++ b/include/ftfntfmt.h
@@ -1,6 +1,6 @@
/***************************************************************************/
/* */
-/* ftxf86.h */
+/* ftfntfmt.h */
/* */
/* Support functions for X11. */
/* */