a-High/LowPass allow 8K samples inclusive
[ardour.git] / gtk2_ardour / main_clock.h
index 767216be083e5825613ec0d9b949405766db5841..25ddff45a9f07845343611f060b052da69b0ea62 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __gtk_ardour_main_clock_h__
+#define __gtk_ardour_main_clock_h__
+
 #include "audio_clock.h"
 
 /** A simple subclass of AudioClock that adds a few things to its context menu:
@@ -28,7 +31,7 @@ public:
        MainClock (const std::string& clock_name, const std::string& widget_name, bool primary);
 
 private:
-       
+
        // Editor *_editor;
 
        void build_ops_menu ();
@@ -39,4 +42,8 @@ private:
        void insert_new_meter ();
        framepos_t absolute_time () const;
        bool _primary;
+
+       bool on_button_press_event (GdkEventButton *ev);
 };
+
+#endif // __gtk_ardour_main_clock_h__