diff options
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index a35e2be3cd..efcf18d252 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -80,9 +80,11 @@ struct _GtkEntry guint has_frame : 1; guint activates_default : 1; + + guint cursor_visible : 1; guint button; - guint timer; + guint blink_timeout; guint recompute_idle; gint scroll_offset; gint ascent; /* font ascent, in pango units */ |