diff options
author | Sven Neumann <sven@gimp.org> | 2001-12-04 14:47:23 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2001-12-04 14:47:23 +0000 |
commit | a40f4c0e485189eee88c65b798eb30dd762a9f84 (patch) | |
tree | da42802df05383176355e1043ca40628f5415056 /ChangeLog.pre-1-0 | |
parent | 914c747c3a9c3d9f989d46a97abb289e88a0e8dc (diff) | |
download | pango-a40f4c0e485189eee88c65b798eb30dd762a9f84.tar.gz |
set n_families to -1 (uninitialized). (pango_ft2_font_map_list_families):
2001-12-04 Sven Neumann <sven@gimp.org>
* pango/pangoft2-fontmap.c
(pango_ft2_font_map_init): set n_families to -1 (uninitialized).
(pango_ft2_font_map_list_families): set n_faces to -1 (uninitialized).
This makes list_families and list_faces work again for PangoFT2.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 85e4457d..c2ef0a33 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,10 @@ +2001-12-04 Sven Neumann <sven@gimp.org> + + * pango/pangoft2-fontmap.c + (pango_ft2_font_map_init): set n_families to -1 (uninitialized). + (pango_ft2_font_map_list_families): set n_faces to -1 (uninitialized). + This makes list_families and list_faces work again for PangoFT2. + 2001-12-01 Matthias Clasen <matthiasc@poet.de> * pango/pango-fontset.c: Documentation fixes. |