mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
replicate the remove-all-trailing whitespace commit(s) in master
This commit is contained in:
parent
589f2a1ab8
commit
bc487bb4b0
235 changed files with 5833 additions and 5840 deletions
|
|
@ -82,27 +82,27 @@ class ProcessorWindowProxy : public WM::ProxyBase
|
|||
public:
|
||||
ProcessorWindowProxy (std::string const &, ProcessorBox *, boost::weak_ptr<ARDOUR::Processor>);
|
||||
~ProcessorWindowProxy();
|
||||
|
||||
|
||||
Gtk::Window* get (bool create = false);
|
||||
|
||||
|
||||
boost::weak_ptr<ARDOUR::Processor> processor () const {
|
||||
return _processor;
|
||||
}
|
||||
|
||||
|
||||
ARDOUR::SessionHandlePtr* session_handle();
|
||||
void show_the_right_window ();
|
||||
void set_custom_ui_mode(bool use_custom) { want_custom = use_custom; }
|
||||
|
||||
|
||||
int set_state (const XMLNode&, int);
|
||||
XMLNode& get_state ();
|
||||
|
||||
|
||||
private:
|
||||
ProcessorBox* _processor_box;
|
||||
boost::weak_ptr<ARDOUR::Processor> _processor;
|
||||
bool is_custom;
|
||||
bool want_custom;
|
||||
bool _valid;
|
||||
|
||||
|
||||
void processor_going_away ();
|
||||
PBD::ScopedConnection going_away_connection;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue