summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-07 14:08:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-12 18:23:03 -0400
commitcf7ee836257807680e98b29e134e087f434429be (patch)
tree9df47d1ecd3213bfc96041d1cb46e2d04d5a86be
parentebe47ca4453c07e0ecc58c7edc8f35c6c2743074 (diff)
downloadpango-cf7ee836257807680e98b29e134e087f434429be.tar.gz
Add a shape flag for showing space
-rw-r--r--pango/pango-glyph.h1
1 files changed, 1 insertions, 0 deletions
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