diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-04 08:19:19 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-04 08:19:19 +0000 |
commit | 8462bd8cbfa15641147781889820b6e9b1ce1fb3 (patch) | |
tree | f1412433c563dd699de4d81a74fafaf4d6e8b41d /docs/Makefile.am | |
parent | 1d51ac4cbf268c2c92829c640de3737f56821b39 (diff) | |
download | pango-8462bd8cbfa15641147781889820b6e9b1ce1fb3.tar.gz |
Add pangocairo-atsui.h and pangoatsui-private.h.
2006-01-04 Behdad Esfahbod <behdad@gnome.org>
* docs/Makefile.am (IGNORE_HFILES): Add pangocairo-atsui.h and
pangoatsui-private.h.
* docs/pango-sections.txt: Add pango_matrix_get_font_scale_factor and
pango_layout_index_to_line_x that were missing.
* docs/tmpl/glyphs.sgml: Add pango_matrix_get_font_scale_factor where
other pango_matrix functions reside.
* docs/tmpl/layout.sgml: Add pango_layout_index_to_line_x.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 7bee28a1..5c9b288d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -28,6 +28,7 @@ IGNORE_HFILES= \ pangocairo-private.h \ pangocairo-fc.h \ pangocairo-win32.h \ + pangocairo-atsui.h \ pango-color-table.h \ pango-engine-private.h \ pango-impl-utils.h \ @@ -38,6 +39,7 @@ IGNORE_HFILES= \ pangofc-private.h \ pangoft2-private.h \ pangowin32-private.h \ + pangoatsui-private.h \ pangox-private.h \ pangoxft-private.h |