summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_controller.h')
-rw-r--r--gtk2_ardour/automation_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h
index 126383d517..7c0e2139d2 100644
--- a/gtk2_ardour/automation_controller.h
+++ b/gtk2_ardour/automation_controller.h
@@ -86,7 +86,8 @@ private:
void start_touch();
void end_touch();
- void toggled();
+ bool button_press(GdkEventButton*);
+ bool button_release(GdkEventButton*);
void run_note_select_dialog();
void set_ratio(double ratio);