summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-03 22:18:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-03 22:18:47 +0000
commite77b5261d2811a1ad139afc29250e3a3337c455d (patch)
treedbd09a97b2b7489ac04b1e68a89854fd655c5ff8 /gtk2_ardour/ardour_ui.h
parent11bcfd84296d5c4224e94bbae606180c5b58ef5b (diff)
next iteration of clock work. still far from complete, and probably waiting on a rethink of text rendering+layout. but it has the info block now, and it semi-works
git-svn-id: svn://localhost/ardour2/branches/3.0@9676 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 6d96827971..0b22928c56 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -86,6 +86,7 @@ class ShuttleControl;
class Splash;
class SpeakerDialog;
class ThemeManager;
+class TimeInfoBox;
class MidiTracer;
class WindowProxyBase;
class GlobalPortMatrixWindow;
@@ -197,6 +198,8 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
AudioClock* preroll_clock;
AudioClock* postroll_clock;
+ TimeInfoBox* time_info_box;
+
void store_clock_modes ();
void restore_clock_modes ();
void reset_main_clocks ();