summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-07-19 08:12:25 -0500
committerBen Loftis <ben@harrisonconsoles.com>2017-07-19 08:12:25 -0500
commit255d633eddc1d4b8242dd1c4601ace9ce637bccd (patch)
tree7e9d65602646ae249a039c60d54f9679cfb86b3c /gtk2_ardour/editor_summary.h
parent1955ff3ad2315fb6377140d45a133d041c1c9dc1 (diff)
Editor Summary: implement summary_zoom_step() to lessen redundant code.
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index d237746b9e..0a9a5b960c 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -83,6 +83,8 @@ private:
framepos_t position_to_playhead_frame_to_position (double pos) const;
void set_overlays_dirty (int, int, int, int);
+ void summary_zoom_step ( int steps );
+
framepos_t _start; ///< start frame of the overview
framepos_t _end; ///< end frame of the overview