[pango/visible-things: 7/12] Add a shape flag for showing space



commit cf7ee836257807680e98b29e134e087f434429be
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jul 7 14:08:08 2019 -0400

    Add a shape flag for showing space

 pango/pango-glyph.h | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h
index 7361d507..8ec99a62 100644
--- a/pango/pango-glyph.h
+++ b/pango/pango-glyph.h
@@ -211,6 +211,7 @@ void pango_shape_full (const gchar      *item_text,
 typedef enum {
   PANGO_SHAPE_NONE            = 0,
   PANGO_SHAPE_SHOW_IGNORABLES = 1 << 0,
+  PANGO_SHAPE_SHOW_SPACE      = 1 << 1,
 } PangoShapeFlags;
 
 PANGO_AVAILABLE_IN_1_44


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