summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-03-11 07:32:58 +0100
committerWerner Lemberg <wl@gnu.org>2015-03-11 08:54:08 +0100
commitf4d1c11faa116daad655b50828a434babbdaed2a (patch)
tree7e6dfcd6b37d46833a425450d96c1c367d0e81e7 /modules.cfg
parent3e587796755dbb6be2756b5cd82884feb7da9159 (diff)
downloadfreetype2-f4d1c11faa116daad655b50828a434babbdaed2a.tar.gz
Rename `FT_Get_X11_Font_Format' to `FT_Get_Font_Format'.
* include/ftfntfmt.h, src/base/ftfntfmt.c: Implement it. * docs/CHANGES: Updated.
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.cfg b/modules.cfg
index 32f78c11e..9ba66dfc8 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -168,7 +168,7 @@ BASE_EXTENSIONS += ftbitmap.c
# See include/ftcid.h for the API.
BASE_EXTENSIONS += ftcid.c
-# Support functions for X11.
+# Support functions for font formats.
#
# See include/ftfntfmt.h for the API.
BASE_EXTENSIONS += ftfntfmt.c