summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-07 00:55:04 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-02-13 14:28:05 -0600
commit3f20d1b8ea1730f0ca6ffeb66b1fc462965a877b (patch)
treef768533187e389a01a7cdfc36f3936147047a588 /pango/pango-renderer.h
parent16b209a5e8abdc2dfed469f043498bf954efd7e0 (diff)
downloadpango-3f20d1b8ea1730f0ca6ffeb66b1fc462965a877b.tar.gz
Rename PangoUnderline to PangoLineStyle
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 fcad2b3d..6be251cd 100644
--- a/pango/pango-renderer.h
+++ b/pango/pango-renderer.h
@@ -79,7 +79,7 @@ struct _PangoRenderer
/*< private >*/
GObject parent_instance;
- PangoUnderline underline;
+ PangoLineStyle underline;
PangoUnderlinePosition underline_position;
gboolean strikethrough;
int active_count;