aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkglobals.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-30 07:33:24 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-30 07:33:24 +0000
commitd5109791b705ad263f07222a3dd5a02df16e11d0 (patch)
treefe84730fdb9bc2857509d89ca56fa907e7d60d94 /gtk/gtkglobals.h
parent9caebcf6cc80ad3367654b914c6e18e2c3e05e2e (diff)
Do as the comment says - move the variable to gtkglobals.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38791 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/gtkglobals.h')
-rw-r--r--gtk/gtkglobals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkglobals.h b/gtk/gtkglobals.h
index 152e0f2144..f4d4ab7ac4 100644
--- a/gtk/gtkglobals.h
+++ b/gtk/gtkglobals.h
@@ -51,4 +51,7 @@ extern GtkWidget *byte_nb_ptr_gbl;
/** The filter text entry in the filter toolbar. */
extern GtkWidget *main_display_filter_widget;
+/** If autoscroll in live captures is active or not */
+extern gboolean auto_scroll_live;
+
#endif