summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_info_box.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-07 18:20:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-07 18:20:22 +0000
commit7e2b86dc835bd061786bffd0d503dfb3e8c74912 (patch)
tree5e3b49709ce34a9fc5b448f96b679109af1cf2ce /gtk2_ardour/time_info_box.h
parentf6e67fa3dd7ddbb2315887af37a7cb20c3e8157f (diff)
locate when clicking on start/end fields in time info box
git-svn-id: svn://localhost/ardour2/branches/3.0@9683 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 734f9ebb95..50561d1249 100644
--- a/gtk2_ardour/time_info_box.h
+++ b/gtk2_ardour/time_info_box.h
@@ -72,6 +72,8 @@ class TimeInfoBox : public Gtk::Table, public ARDOUR::SessionHandlePtr
void sync_selection_mode (AudioClock*);
void sync_punch_mode (AudioClock*);
+
+ bool clock_button_release_event (GdkEventButton* ev, AudioClock* src);
};