diff options
author | Havoc Pennington <hp@redhat.com> | 2001-09-25 23:35:06 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-09-25 23:35:06 +0000 |
commit | be6ae47ad2bcb501d15317ea39b437a349cc07a4 (patch) | |
tree | cecc68106ed6094c6485608f8a3f256c480fc536 /gtk/gtktextview.h | |
parent | 1a26412db8635936ad1d0b84efd5bd2618b20ecd (diff) | |
download | gdk-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.h | 2 |
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 |