summaryrefslogtreecommitdiff
path: root/pango/pango-layout-iter-private.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-20 23:59:44 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-25 15:29:16 -0500
commit45762d6b50b29447ee97c759c7a7cc55cb534703 (patch)
treeb3f45c39f4a9d68f03130dd8527f51fc50ef719a /pango/pango-layout-iter-private.h
parent33eb81450f8572762a5b805cf0bb4740c86f45cf (diff)
downloadpango-45762d6b50b29447ee97c759c7a7cc55cb534703.tar.gz
The big rename of doom
simple layout -> layout line iter -> layout iter line -> layout line This commit replaces the old PangoLayout implementation with PangoSimpleLayout, and does all the necessary cleanups.
Diffstat (limited to 'pango/pango-layout-iter-private.h')
-rw-r--r--pango/pango-layout-iter-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pango/pango-layout-iter-private.h b/pango/pango-layout-iter-private.h
new file mode 100644
index 00000000..7cf69b30
--- /dev/null
+++ b/pango/pango-layout-iter-private.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "pango-layout-iter.h"
+
+PangoLayoutIter * pango_layout_iter_new (PangoLines *lines);