summaryrefslogtreecommitdiff
path: root/gtk2_ardour/opts.h
diff options
context:
space:
mode:
authorTorben Hohn <torbenh@gmx.de>2010-06-02 16:21:02 +0000
committerTorben Hohn <torbenh@gmx.de>2010-06-02 16:21:02 +0000
commit51ad790745400eeb38547fa4de842202fec934b8 (patch)
tree6532300509bf85246573699c71c00ec25bc0b57b /gtk2_ardour/opts.h
parentb65fe35f675293fb31e0b1a34cb6ac541773edc0 (diff)
add -P flag blocking port connections while loading session
git-svn-id: svn://localhost/ardour2/branches/3.0@7213 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/opts.h')
-rw-r--r--gtk2_ardour/opts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/opts.h b/gtk2_ardour/opts.h
index c0b6e96aac..07ccb5bd14 100644
--- a/gtk2_ardour/opts.h
+++ b/gtk2_ardour/opts.h
@@ -34,6 +34,7 @@ extern bool use_vst;
extern bool new_session;
extern char* curvetest_file;
extern bool try_hw_optimization;
+extern bool no_connect_ports;
extern bool use_gtk_theme;
extern std::string keybindings_path;
extern Glib::ustring menus_file;