hide “Midi Setup” button on OSX and Windows.
[ardour.git] / gtk2_ardour / main_clock.h
index fc9075432ff3044181960452a3dd5b34a5408e1e..696b7e21e6acc99d9e685d17c33b743bb6ef9275 100644 (file)
@@ -25,8 +25,7 @@
 class MainClock : public AudioClock
 {
 public:
-       MainClock (const std::string& clock_name, bool is_transient, const std::string& widget_name,
-                  bool editable, bool follows_playhead, bool primary, bool duration = false, bool with_info = false);
+       MainClock (const std::string& clock_name, const std::string& widget_name, bool primary);
 
 private:
        
@@ -40,4 +39,6 @@ private:
        void insert_new_meter ();
        framepos_t absolute_time () const;
        bool _primary;
+
+       bool on_button_press_event (GdkEventButton *ev);
 };