summaryrefslogtreecommitdiff
path: root/gtk/gtktextdisplay.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-06-14 20:41:44 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-06-14 20:41:44 +0000
commit22491fd6a4ee247bf49988db49250a6e3c278bf0 (patch)
tree9048fa10acb725e3e08e526eba21f69998cd93b5 /gtk/gtktextdisplay.c
parent7d1a049bc39000840d2989f38e0ac444958d8740 (diff)
downloadgdk-pixbuf-22491fd6a4ee247bf49988db49250a6e3c278bf0.tar.gz
Add missing gdk_rectangle_get_type() prototype.
Mon Jun 11 18:15:16 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype. * gtk/gtk[hv]scale.c: Include math.h, stdlib.h * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch] gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextdisplay.c gtk/gtktextiter.[ch] gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt to recent changes in Pango. * tests/testgtk.c: Set language tags with gtk_label_set_markup() to test whether the basic engine honors them.
Diffstat (limited to 'gtk/gtktextdisplay.c')
-rw-r--r--gtk/gtktextdisplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextdisplay.c b/gtk/gtktextdisplay.c
index c06c7cb48..0053f1b2e 100644
--- a/gtk/gtktextdisplay.c
+++ b/gtk/gtktextdisplay.c
@@ -191,7 +191,7 @@ get_shape_extents (PangoLayoutRun *run,
PangoRectangle *ink_rect,
PangoRectangle *logical_rect)
{
- GSList *tmp_list = run->item->extra_attrs;
+ GSList *tmp_list = run->item->analysis.extra_attrs;
while (tmp_list)
{
@@ -653,7 +653,7 @@ static void
get_item_properties (PangoItem *item,
GtkTextAppearance **appearance)
{
- GSList *tmp_list = item->extra_attrs;
+ GSList *tmp_list = item->analysis.extra_attrs;
*appearance = NULL;