[pango/harfbuzz-ng-external] Update to hb inversion of the mask



commit e008ca8f198965b55fc4ef297b4d31902b5afc36
Author: Behdad Esfahbod <behdad behdad org>
Date:   Thu May 20 14:00:54 2010 +0100

    Update to hb inversion of the mask

 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 43dbfb4..e818d61 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);
 }
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]