fix incorrect accumulation of export video options each time the dialog is used
[ardour.git] / gtk2_ardour / main_clock.h
index 3e7b5db046492985df0aab7bebce6ecb2af41f49..42b07a5c046a9ebefdfed333882d26f6645832bd 100644 (file)
@@ -31,18 +31,20 @@ public:
        MainClock (const std::string& clock_name, const std::string& widget_name, bool primary);
        samplepos_t absolute_time () const;
        void set_session (ARDOUR::Session *s);
+       void set (samplepos_t, bool force = false, ARDOUR::samplecnt_t offset = 0);
 
 private:
 
        // Editor *_editor;
 
        void build_ops_menu ();
-       void display_delta_to_edit_cursor ();
+       void set_display_delta_mode (ARDOUR::ClockDeltaMode);
        void edit_current_tempo ();
        void edit_current_meter ();
        void insert_new_tempo ();
        void insert_new_meter ();
        bool _primary;
+       bool _suspend_delta_mode_signal;
 };
 
 #endif // __gtk_ardour_main_clock_h__