diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-21 13:59:36 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-21 13:59:36 +0000 |
commit | a084f42c0e920e2ac91383b8d98ff54f339d17ac (patch) | |
tree | cd2ae4cd9d49439019d4dddda005c02523d26c89 /pango/pango-attributes.c | |
parent | 1f53784fdae609da25c593d9b99ba830c6513298 (diff) | |
download | pango-a084f42c0e920e2ac91383b8d98ff54f339d17ac.tar.gz |
Free buffer strings.
Fri Jul 21 09:59:10 2000 Owen Taylor <otaylor@redhat.com>
* pango/modules.c (process_module_file): Free buffer strings.
* pango/pangox-fontmap.c (pango_x_real_get_coverage_win): Add
caching of coverage maps on a persistant subwindow of the
root window. This window contains a property for
each "lang|xlfd,xlfd" which is the result of pango_coverage_to_bytes.
* pango/pango-context.c (pango_context_finalize): Free
the font description.
* pango/pango-coverage.c (pango_coverage_to/from_bytes): Added
functions to covert a PangoCoverage structure too and
from a flat block of bytes.
* configure.in (X_LIBS): Add a check to detect fribidi being
compiled against glib-1.2.x.
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index a688cab6..23cfd8b1 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -19,6 +19,8 @@ * Boston, MA 02111-1307, USA. */ +#include <string.h> + #include <pango/pango-attributes.h> struct _PangoAttrList |