summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 52c29df5..6e1b6875 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -110,6 +110,7 @@ typedef struct {
gchar *uri;
gboolean editable;
gboolean no_wrap;
+ gboolean auto_scroll;
gchar *font;
GtkTextBuffer *buffer;
gchar *checkbox;
bgstack15