correct check for presence of / or \ in a session name
[ardour.git] / gtk2_ardour / engine_dialog.h
index 9e6eaf42d6be4761db0a72dfe4631728fe2598f6..3a2138e4cc998e2ec782bd2cf04884eb4a6ee3e8 100644 (file)
@@ -22,6 +22,7 @@ class EngineControl : public Gtk::VBox {
 
        static bool engine_running ();
        int setup_engine ();
+       void discover_servers ();
 
        bool was_used() const { return _used; }
        XMLNode& get_state ();
@@ -99,6 +100,7 @@ class EngineControl : public Gtk::VBox {
        uint32_t get_rate();
        void audio_mode_changed ();
        std::vector<std::string> server_strings;
+       int server_row;
        void find_jack_servers (std::vector<std::string>&);
        std::string get_device_name (const std::string& driver, const std::string& human_readable_name);
 };