summaryrefslogtreecommitdiff
path: root/pango/pango-layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r--pango/pango-layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.h b/pango/pango-layout.h
index 06db0244..563c6839 100644
--- a/pango/pango-layout.h
+++ b/pango/pango-layout.h
@@ -75,7 +75,7 @@ struct _PangoLayoutLine
gint length; /* length of line in bytes */
GSList *runs;
guint is_paragraph_start : 1; /* TRUE if this is the first line of the paragraph */
- guint resolved_dir : 3; /* Resolved direction of line */
+ guint resolved_dir : 3; /* Resolved PangoDirection of line */
};
#define PANGO_TYPE_LAYOUT (pango_layout_get_type ())