diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-19 16:17:24 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-19 16:21:05 -0400 |
commit | 446d7a2cce64aeee26b94f59a3f518e61c6d5c41 (patch) | |
tree | 8341d176ddda4530dfa84725fe8e2da76e0c807c /pango/pango-ot-info.c | |
parent | 2bd2cd6ed88671df1d7db1ede9a8c02208cb8f48 (diff) | |
download | pango-446d7a2cce64aeee26b94f59a3f518e61c6d5c41.tar.gz |
[HB] s/writeable/writable/g
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index cade38f5..4e7571d1 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -111,7 +111,7 @@ _get_table (hb_tag_t tag, void *user_data) return hb_blob_create_empty (); return hb_blob_create ((const char *) buffer, length, - HB_MEMORY_MODE_WRITEABLE, + HB_MEMORY_MODE_WRITABLE, g_free, NULL); } @@ -149,7 +149,7 @@ pango_ot_info_get (FT_Face face) blob = hb_blob_create ((const char *) face->stream->base, (unsigned int) face->stream->size, - HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITEABLE, + HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE, NULL, NULL); info->hb_face = hb_face_create_for_data (blob, face->face_index); hb_blob_destroy (blob); |