diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-07 06:08:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-07 06:08:39 +0000 |
commit | 77741531e266f127839c7bb8fefcea43f3c5ebe0 (patch) | |
tree | ac30ed4554c616b9cd0bae8df1c0c300689fc9b9 /pango/pangoxft-fontmap.c | |
parent | 92e4745dbbd339b8756a6b793d1610462089e49f (diff) | |
download | pango-77741531e266f127839c7bb8fefcea43f3c5ebe0.tar.gz |
Print out an informative error message and exit(1) if no fonts are found.
Sat Dec 7 01:05:25 2002 Owen Taylor <otaylor@redhat.com>
* pango/pangofc-fontmap.cI (pango_fc_font_map_get_patterns):
Print out an informative error message and exit(1) if
no fonts are found. (#98672)
* pango/pangoft2.c (pango_ft2_font_get_face): Fix some
bugs in the last commit.
Diffstat (limited to 'pango/pangoxft-fontmap.c')
-rw-r--r-- | pango/pangoxft-fontmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pangoxft-fontmap.c b/pango/pangoxft-fontmap.c index e8dd78f0..8b2030de 100644 --- a/pango/pangoxft-fontmap.c +++ b/pango/pangoxft-fontmap.c @@ -19,6 +19,7 @@ * Boston, MA 02111-1307, USA. */ +#include <stdlib.h> #include <string.h> #include "pango-fontmap.h" |