summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.h
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-08-16 10:58:30 +0100
committerSimon McVittie <smcv@debian.org>2020-08-16 11:27:14 +0100
commit86ceb1392a8064b56ad4cea56143e81bd02f16c7 (patch)
tree268ec1312a15304d42a261e965924ccd88a14d91 /pango/pango-renderer.h
parent3eaff0ed87763e3a7d1e36541cbc0fdd7df58269 (diff)
downloadpango-86ceb1392a8064b56ad4cea56143e81bd02f16c7.tar.gz
renderer: Move overline to priv data structure
This reverts the ABI break caused by adding the overline to the public data structure, and is binary- and source-compatible with Pango 1.45.0 and older, but not compatible with versions 1.45.1 to 1.46.0 inclusive. Resolves: https://gitlab.gnome.org/GNOME/pango/-/issues/497 Bug-Debian: https://bugs.debian.org/968337 Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'pango/pango-renderer.h')
-rw-r--r--pango/pango-renderer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-renderer.h b/pango/pango-renderer.h
index 4dae6a92..89107fd1 100644
--- a/pango/pango-renderer.h
+++ b/pango/pango-renderer.h
@@ -77,7 +77,6 @@ struct _PangoRenderer
GObject parent_instance;
PangoUnderline underline;
- PangoOverline overline;
gboolean strikethrough;
int active_count;