Update to hb inversion of the mask
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 20 May 2010 13:00:54 +0000 (14:00 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 20 May 2010 13:00:54 +0000 (14:00 +0100)
pango/pango-ot-buffer.c

index 43dbfb4..e818d61 100644 (file)
@@ -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);
 }
 
 /**