summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-07 01:17:08 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-02-13 14:28:05 -0600
commit3bd01215723f0c0de9339418c5de762d476b79a4 (patch)
tree0017826061facc0835845b94775723c87bad2cdd /pango/pango-renderer.h
parent3f20d1b8ea1730f0ca6ffeb66b1fc462965a877b (diff)
downloadpango-3bd01215723f0c0de9339418c5de762d476b79a4.tar.gz
Make strikethrough styled
Support single and double styles for strikethrough.
Diffstat (limited to 'pango/pango-renderer.h')
-rw-r--r--pango/pango-renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-renderer.h b/pango/pango-renderer.h
index 6be251cd..6848f749 100644
--- a/pango/pango-renderer.h
+++ b/pango/pango-renderer.h
@@ -81,7 +81,7 @@ struct _PangoRenderer
PangoLineStyle underline;
PangoUnderlinePosition underline_position;
- gboolean strikethrough;
+ PangoLineStyle strikethrough;
int active_count;
/*< public >*/