[pango/visible-things: 11/13] Add a shape flag for showing space
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/visible-things: 11/13] Add a shape flag for showing space
- Date: Sun, 7 Jul 2019 18:31:05 +0000 (UTC)
commit 907934b228e947e3975aa7cbb08f5cca1c038bc7
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]