diff options
author | Benjamin Otte <otte@redhat.com> | 2012-04-10 16:14:59 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-04-10 16:21:07 +0200 |
commit | 3610ef90c3b4e555dcb6e767d4f2a79649a359f5 (patch) | |
tree | 497af838cac549a0a4be643c8ae376a9cdcdb85d /gtk/gtktextdisplay.h | |
parent | 8b5910f8d7802c1653e5b596928014da34a04e9d (diff) | |
download | gtk+-3610ef90c3b4e555dcb6e767d4f2a79649a359f5.tar.gz |
Revert part of "textview: Remove extra magic for drawing children"
This partially reverts commit df37446f9b4116887865b7ecfddeb535fbc0eacb.
The commit changed API that was public (or at least semi-public) and
it's not worth changing that.
The original bug should still be fixed.
https://bugzilla.gnome.org/show_bug.cgi?id=673839
Diffstat (limited to 'gtk/gtktextdisplay.h')
-rw-r--r-- | gtk/gtktextdisplay.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktextdisplay.h b/gtk/gtktextdisplay.h index c35b133567..3f130b4ba9 100644 --- a/gtk/gtktextdisplay.h +++ b/gtk/gtktextdisplay.h @@ -92,7 +92,8 @@ G_BEGIN_DECLS */ void gtk_text_layout_draw (GtkTextLayout *layout, GtkWidget *widget, - cairo_t *cr); + cairo_t *cr, + GList **widgets); G_END_DECLS |