[pango/visible-things-2: 8/16] Add a shape flag for showing ignorables
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/visible-things-2: 8/16] Add a shape flag for showing ignorables
- Date: Wed, 10 Jul 2019 19:24:24 +0000 (UTC)
commit f96e8b19799ac6aea22064fe54ccc17a02323a5f
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]