diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-05-20 14:00:54 +0100 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-05-20 14:00:54 +0100 |
commit | e008ca8f198965b55fc4ef297b4d31902b5afc36 (patch) | |
tree | a0af4b47b55511c3ec485afbae5b45f12fdd0d27 /pango/pango-ot-buffer.c | |
parent | cc66aacf34962b7e874c11da26f2a0c987e69737 (diff) | |
download | pango-e008ca8f198965b55fc4ef297b4d31902b5afc36.tar.gz |
Update to hb inversion of the mask
Diffstat (limited to 'pango/pango-ot-buffer.c')
-rw-r--r-- | pango/pango-ot-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-ot-buffer.c b/pango/pango-ot-buffer.c index 43dbfb4f..e818d618 100644 --- a/pango/pango-ot-buffer.c +++ b/pango/pango-ot-buffer.c @@ -148,7 +148,7 @@ pango_ot_buffer_add_glyph (PangoOTBuffer *buffer, guint cluster) { hb_buffer_add_glyph (buffer->buffer, - glyph, properties, cluster); + glyph, ~properties, cluster); } /** |