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-06-22 13:54:01 -0400
commite2ba9f61e4131411ca5c6c4babcb7131721d5350 (patch)
tree18b7e0fb8749488a0c1030213a48c439e8386245 /pango/pango-renderer.h
parent93cc605a4d421277481500a236475c953949594e (diff)
downloadpango-e2ba9f61e4131411ca5c6c4babcb7131721d5350.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 ea5816f5..403d3128 100644
--- a/pango/pango-renderer.h
+++ b/pango/pango-renderer.h
@@ -84,7 +84,7 @@ struct _PangoRenderer
PangoLineStyle underline;
PangoUnderlinePosition underline_position;
- gboolean strikethrough;
+ PangoLineStyle strikethrough;
int active_count;
/*< public >*/