X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fopts.h;h=07ccb5bd1482fc62f75964f95932e7d4f85f9897;hb=dab0dacc66dcc190b4408ba75e3807973582cbd6;hp=0516c3aa98c11543b292ee23523dbe1ca589243d;hpb=fe49c8de182d40528a27b84d5530698f438de51d;p=ardour.git diff --git a/gtk2_ardour/opts.h b/gtk2_ardour/opts.h index 0516c3aa98..07ccb5bd14 100644 --- a/gtk2_ardour/opts.h +++ b/gtk2_ardour/opts.h @@ -1,6 +1,6 @@ /* Copyright (C) 2001 Paul Davis - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or @@ -15,28 +15,33 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #ifndef __ardour_opts_h__ #define __ardour_opts_h__ #include +#include -using std::string; - -namespace GTK_ARDOUR { +namespace ARDOUR_COMMAND_LINE { -extern string session_name; +extern std::string session_name; extern bool show_key_actions; extern bool no_splash; extern bool just_version; -extern string jack_client_name; +extern std::string jack_client_name; 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; +extern bool finder_invoked_ardour; +extern std::string immediate_save; +extern std::string jack_session_uuid; +extern std::string load_template; extern int32_t parse_opts (int argc, char *argv[]);