summaryrefslogtreecommitdiff
path: root/pango/pango-run-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-run-private.h')
-rw-r--r--pango/pango-run-private.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-run-private.h b/pango/pango-run-private.h
index 6fa31db7..2e84bdfe 100644
--- a/pango/pango-run-private.h
+++ b/pango/pango-run-private.h
@@ -26,13 +26,13 @@
#include "pango-item-private.h"
-struct _PangoRun
+struct _Pango2Run
{
- PangoGlyphItem glyph_item;
+ Pango2GlyphItem glyph_item;
};
-static inline PangoGlyphItem *
-pango_run_get_glyph_item (PangoRun *run)
+static inline Pango2GlyphItem *
+pango2_run_get_glyph_item (Pango2Run *run)
{
return &run->glyph_item;
}