[pango/visible-things: 47/52] Add a shape flag for showing space
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/visible-things: 47/52] Add a shape flag for showing space
- Date: Sat, 13 Jul 2019 03:33:28 +0000 (UTC)
commit a614591ec916dc89a19b82911e277857010543ca
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]