summaryrefslogtreecommitdiff
path: root/pango/pango-layout-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-layout-private.h')
-rw-r--r--pango/pango-layout-private.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-layout-private.h b/pango/pango-layout-private.h
index 6751ae60..4f01276c 100644
--- a/pango/pango-layout-private.h
+++ b/pango/pango-layout-private.h
@@ -33,11 +33,11 @@ struct _PangoLayout
/* If you add fields to PangoLayout, be sure to update both
* the _copy function
*/
-
+
PangoContext *context;
PangoAttrList *attrs;
PangoFontDescription *font_desc;
-
+
gchar *text;
int length; /* length of text in bytes */
int width; /* wrap width, in device units */
@@ -51,7 +51,7 @@ struct _PangoLayout
guint single_paragraph : 1;
guint auto_dir : 1;
-
+
guint wrap : 2; /* PangoWrapMode */
guint is_wrapped : 1; /* Whether the layout has any wrapped lines */
guint ellipsize : 2; /* PangoEllipsizeMode */
@@ -70,7 +70,7 @@ struct _PangoLayout
int tab_width; /* Cached width of a tab. -1 == not yet calculated */
PangoTabArray *tabs;
-
+
GSList *lines;
};