summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index 0a9a5b960c..afdbf096b9 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -88,6 +88,9 @@ private:
framepos_t _start; ///< start frame of the overview
framepos_t _end; ///< end frame of the overview
+ framepos_t _leftmost; ///< the earliest frame we ever viewed
+ framepos_t _rightmost; ///< the latest frame we ever viewed
+
/** fraction of the session length by which the overview size should extend past the start and end markers */
double _overhang_fraction;