X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_clock.h;h=c51c321ba46415af262ea5aabecba52c93c0103f;hb=9c4f5ac000ad91b55e4cf91317b7a89f6239870e;hp=1a15cecd7b15d24811193acada6f2698db5c5be8;hpb=f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe;p=ardour.git diff --git a/gtk2_ardour/audio_clock.h b/gtk2_ardour/audio_clock.h index 1a15cecd7b..c51c321ba4 100644 --- a/gtk2_ardour/audio_clock.h +++ b/gtk2_ardour/audio_clock.h @@ -43,7 +43,8 @@ class AudioClock : public Gtk::HBox, public ARDOUR::SessionHandlePtr Off }; - AudioClock (std::string, bool, std::string, bool, bool, bool duration = false, bool with_info = false); + AudioClock (const std::string& clock_name, bool is_transient, const std::string& widget_name, + bool editable, bool follows_playhead, bool duration = false, bool with_info = false); Mode mode() const { return _mode; } @@ -216,6 +217,7 @@ class AudioClock : public Gtk::HBox, public ARDOUR::SessionHandlePtr static const uint32_t field_length[(int)AudioFrames+1]; static bool _has_focus; + void on_style_changed (const Glib::RefPtr&); }; #endif /* __audio_clock_h__ */