summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-18 01:00:27 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-18 01:00:27 +0000
commit64d82d9a8eee69ab19ac43e6596ae9693bd0ce4d (patch)
tree636f95e1213d2dcf32e7335cb1cce77918876056 /gtk2_ardour/editor.h
parenta2ae68e7428dc9a0d1ab334523cffb4d610931c9 (diff)
Make the frames ruler behave more like the other time-based rulers when the editor window is resized.
git-svn-id: svn://localhost/ardour2/branches/3.0@8527 d708f5d6-7413-0410-9779-e7cbd77b26cf
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,