summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-10 00:42:00 +0000
committerDavid Robillard <d@drobilla.net>2006-10-10 00:42:00 +0000
commit082c4570a1efbf59794a79820a96dd88de23c73b (patch)
tree3166cb84a51fb21649d3cc2ea5fec2c48328012b /gtk2_ardour/editor.h
parentc8f9f3eee8ce989b09e545b1b1bf9132b686ce25 (diff)
Fix for segfault on autoscroll (especially when dragging regions).
git-svn-id: svn://localhost/ardour2/trunk@967 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index a8c12b4d81..c83a0da3a0 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1498,6 +1498,7 @@ class Editor : public PublicEditor
/* autoscrolling */
+ bool autoscroll_active;
int autoscroll_timeout_tag;
int autoscroll_direction;
uint32_t autoscroll_cnt;