diff options
author | Havoc Pennington <hp@pobox.com> | 2000-11-16 05:45:42 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-11-16 05:45:42 +0000 |
commit | 74df6fc0a5bb27938e83a8f20d91a6412438fe09 (patch) | |
tree | b29f06ae83bf6842d577c69c539d974fecda7fca /gtk/gtktextview.h | |
parent | 2a38b7e5925b85e04c5d21944c105ae8c9b28b33 (diff) | |
download | gdk-pixbuf-74df6fc0a5bb27938e83a8f20d91a6412438fe09.tar.gz |
Apply patch from Mikael Hermansson to temporarily stop blinking while the
2000-11-15 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
patch from Mikael Hermansson to temporarily stop blinking while
the user is using the keyboard to type or navigate.
Also, when blinking, stay on for longer than we stay off. Also,
return from start_cursor_blink if !cursor_visible, to save
checking that flag all over the place before we call
start_cursor_blink.
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r-- | gtk/gtktextview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index 5c72b9e8b..880cff302 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -119,6 +119,7 @@ struct _GtkTextView GtkTextMark *dnd_mark; guint blink_timeout; + guint preblink_timeout; guint first_validate_idle; /* Idle to revalidate onscreen portion, runs before resize */ guint incremental_validate_idle; /* Idle to revalidate offscreen portions, runs after redraw */ |