summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 7dc8b64dba..28b6598970 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -643,7 +643,8 @@ class Editor : public PublicEditor
Gtk::Layout controls_layout;
void set_layout_width(Gtk::Requisition *);
- bool Editor::layout_expose (GdkEventExpose* ex);
+ bool Editor::control_layout_expose (GdkEventExpose* ev);
+ bool Editor::control_layout_scroll (GdkEventScroll* ev);
Gtk::HScrollbar edit_hscrollbar;
bool edit_hscroll_dragging;