summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-15 02:44:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-15 02:44:35 +0000
commit8bea8385ab5a95eb6eeefc1410a1031f1d245b55 (patch)
tree159a5f8508fb272f6b0ee6a61088ca8c5e44a039 /gtk2_ardour/engine_dialog.h
parent679e7fcffa01c2bb8d3a1e3a50d8a7f838976f99 (diff)
fix SNAFU with jack driver selection, caused by enabling FFADO driver (exposing a lurking bug); reduce per-scroll-event step when h-scrolling with mousewheel
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2917 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 925d12acbb..9e6eaf42d6 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -83,7 +83,7 @@ class EngineControl : public Gtk::VBox {
std::map<std::string,std::vector<std::string> > devices;
std::vector<std::string> backend_devs;
- void enumerate_devices ();
+ void enumerate_devices (const string& driver);
#ifdef __APPLE__
std::vector<std::string> enumerate_coreaudio_devices ();