[pango/visible-things: 29/37] Add a shape flag for showing ignorables



commit 2708b8a491affaf31cd8286310cace21046ece94
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jul 7 14:07:31 2019 -0400

    Add a shape flag for showing ignorables

 pango/pango-glyph.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h
index b3112e06..7361d507 100644
--- a/pango/pango-glyph.h
+++ b/pango/pango-glyph.h
@@ -209,7 +209,8 @@ void pango_shape_full (const gchar      *item_text,
                       PangoGlyphString *glyphs);
 
 typedef enum {
-  PANGO_SHAPE_NONE,
+  PANGO_SHAPE_NONE            = 0,
+  PANGO_SHAPE_SHOW_IGNORABLES = 1 << 0,
 } PangoShapeFlags;
 
 PANGO_AVAILABLE_IN_1_44


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