summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-09-25 23:35:06 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-09-25 23:35:06 +0000
commitbe6ae47ad2bcb501d15317ea39b437a349cc07a4 (patch)
treececc68106ed6094c6485608f8a3f256c480fc536 /gtk/gtktextview.h
parent1a26412db8635936ad1d0b84efd5bd2618b20ecd (diff)
downloadgdk-pixbuf-be6ae47ad2bcb501d15317ea39b437a349cc07a4.tar.gz
fix for #50317
2001-09-25 Havoc Pennington <hp@redhat.com> * gtk/gtktextview.c: fix for #50317
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index b4c775daa..430c53a9e 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -143,6 +143,8 @@ struct _GtkTextView
GtkTextPendingScroll *pending_scroll;
GdkGC *cursor_gc;
+
+ gint pending_place_cursor_button;
};
struct _GtkTextViewClass