summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-11-14 18:58:26 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-11-14 18:58:26 +0000
commit419f3e9bcc0f27b49dfd2e59328f10dc198a421d (patch)
treea1be8e717411a9002f18b30073824efb7d0162a6 /gtk/gtktextiter.h
parentdcff7a6aeac7d36a1cbd891ff639898b07868552 (diff)
downloadgtk+-419f3e9bcc0f27b49dfd2e59328f10dc198a421d.tar.gz
bulk of the tests were commented out, oops.
2001-11-14 Havoc Pennington <hp@redhat.com> * tests/testtextbuffer.c (main): bulk of the tests were commented out, oops. * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this function work, should resolve #63426 (gtk_text_iter_ends_line): return TRUE for the end iterator * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of a couple things that might get cached in here.
Diffstat (limited to 'gtk/gtktextiter.h')
-rw-r--r--gtk/gtktextiter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtktextiter.h b/gtk/gtktextiter.h
index 887593f01f..7c03968719 100644
--- a/gtk/gtktextiter.h
+++ b/gtk/gtktextiter.h
@@ -66,6 +66,9 @@ struct _GtkTextIter {
gpointer dummy10;
gint dummy11;
gint dummy12;
+ /* padding */
+ gint dummy13;
+ gpointer dummy14;
};