diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-18 21:32:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-18 21:32:09 +0000 |
commit | 23a0ae8e1f1c479f4399a875586bf029641dfeef (patch) | |
tree | 78912c123ab9b6a93e54c55f321167639a8d1b66 /pango/pangoft2-private.h | |
parent | a49e070d24242c0297e6325587c4bc135e13e26c (diff) | |
download | pango-23a0ae8e1f1c479f4399a875586bf029641dfeef.tar.gz |
Include parent_instance structures.
Tue Sep 18 17:29:20 2001 Owen Taylor <otaylor@redhat.com>
* pango/pangoft2-fontmap.c pango/pangoft2-private.h: Include
parent_instance structures.
* pango/fonts.c (pango_font_family_get_type): Pass in right
class structure.
Diffstat (limited to 'pango/pangoft2-private.h')
-rw-r--r-- | pango/pangoft2-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h index 027ced1e..cc12206e 100644 --- a/pango/pangoft2-private.h +++ b/pango/pangoft2-private.h @@ -101,6 +101,8 @@ struct _PangoFT2GlyphInfo struct _PangoFT2Face { + PangoFontFace parent_instance; + FT_Open_Args **open_args; FT_Long *face_indices; int n_fonts; |