summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-19 21:40:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-19 21:40:23 +0000
commit692987ee2e4adf52722bbe47db616af7d9959065 (patch)
tree12705c7a438b9c80b595bd54076b49966a470532 /gtk2_ardour/monitor_section.h
parentd1630219500305397e1608e09508872f0ab2f836 (diff)
shift-click MotionFeedback widgets to reset to default, and monitor section SiP cut now does something (but doesn't pay attention to changes from elsewhere yet
git-svn-id: svn://localhost/ardour2/branches/3.0@6778 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/monitor_section.h')
-rw-r--r--gtk2_ardour/monitor_section.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index 8af84988f1..ca6b546f3f 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -116,4 +116,5 @@ class MonitorSection : public RouteUI
void solo_blink (bool);
bool cancel_solo (GdkEventButton*);
+ void solo_cut_changed ();
};