summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_info_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/time_info_box.h')
-rw-r--r--gtk2_ardour/time_info_box.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/time_info_box.h b/gtk2_ardour/time_info_box.h
index a1da519aed..734f9ebb95 100644
--- a/gtk2_ardour/time_info_box.h
+++ b/gtk2_ardour/time_info_box.h
@@ -60,6 +60,8 @@ class TimeInfoBox : public Gtk::Table, public ARDOUR::SessionHandlePtr
Gtk::Label selection_title;
Gtk::Label punch_title;
+ bool syncing_selection;
+ bool syncing_punch;
void punch_changed (ARDOUR::Location*);
void punch_location_changed (ARDOUR::Location*);
@@ -67,6 +69,9 @@ class TimeInfoBox : public Gtk::Table, public ARDOUR::SessionHandlePtr
PBD::ScopedConnectionList punch_connections;
void selection_changed ();
+
+ void sync_selection_mode (AudioClock*);
+ void sync_punch_mode (AudioClock*);
};