summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 28c2cdd8b4..62dc640999 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -825,6 +825,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
gint timecode_nmarks;
void set_timecode_ruler_scale (gdouble lower, gdouble upper);
+ framecnt_t _frames_ruler_interval;
+ void set_frames_ruler_scale (framepos_t, framepos_t);
+
enum BBTRulerScale {
bbt_over,
bbt_show_64,