summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_info_box.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-01-21 22:26:14 +0100
committerRobin Gareus <robin@gareus.org>2015-01-21 22:26:14 +0100
commit01d99870ffdefa1a76093c95250f355db11609d1 (patch)
tree346b64be59e8a05a3b12f84461ee9c628bda7349 /gtk2_ardour/time_info_box.h
parentc7c8cc7dc7555c9e852ff4b667fbcd046517d21c (diff)
update selection clock
Diffstat (limited to 'gtk2_ardour/time_info_box.h')
-rw-r--r--gtk2_ardour/time_info_box.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/time_info_box.h b/gtk2_ardour/time_info_box.h
index ac4cc98ea5..d0fabae872 100644
--- a/gtk2_ardour/time_info_box.h
+++ b/gtk2_ardour/time_info_box.h
@@ -69,6 +69,7 @@ class TimeInfoBox : public CairoHPacker, public ARDOUR::SessionHandlePtr
void watch_punch (ARDOUR::Location*);
PBD::ScopedConnectionList punch_connections;
PBD::ScopedConnectionList editor_connections;
+ PBD::ScopedConnectionList region_property_connections;
ArdourButton punch_in_button;
ArdourButton punch_out_button;
@@ -80,6 +81,7 @@ class TimeInfoBox : public CairoHPacker, public ARDOUR::SessionHandlePtr
bool clock_button_release_event (GdkEventButton* ev, AudioClock* src);
void track_mouse_mode ();
+ void region_property_change (boost::shared_ptr<ARDOUR::Region> r, const PBD::PropertyChange& what_changed);
};