summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-12-10 15:52:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-12-10 15:52:00 +0000
commit478ed480cbb4c12f0b794b0e43380d0c92dfba07 (patch)
tree4705f95bbbc946841ab5709f0897b3c23cf7c906 /pango/pangoft2.c
parented501e35b65432d62f955a126d2632d4286a915d (diff)
downloadpango-478ed480cbb4c12f0b794b0e43380d0c92dfba07.tar.gz
Fix problem with returned width on lines other than the first line
Mon Dec 10 09:18:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_index_to_pos): Fix problem with returned width on lines other than the first line (#66274). * pango/pangox,ft2,win32.c (pango_*_render_layout): Fix problem where indent wasn't honored (#66275). [ Note, however, there are remaining problems - see, #66626 ]
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r--pango/pangoft2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index a5b83ba1..fc62b6f7 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -756,7 +756,7 @@ pango_ft2_render_layout (FT_Bitmap *bitmap,
int width;
int y_offset = 0;
- gboolean first = FALSE;
+ gboolean first = TRUE;
g_return_if_fail (bitmap != NULL);
g_return_if_fail (layout != NULL);