NO-OP: whitespace

This commit is contained in:
Robin Gareus 2017-04-01 15:50:48 +02:00
parent 16cdab6327
commit dae7e8dbd3
3 changed files with 43 additions and 44 deletions

View file

@ -37,20 +37,20 @@ namespace WM {
*/
class ArdourDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr
{
public:
public:
ArdourDialog (std::string title, bool modal = false, bool use_separator = false);
ArdourDialog (Gtk::Window& parent, std::string title, bool modal = false, bool use_separator = false);
~ArdourDialog();
bool on_focus_in_event (GdkEventFocus*);
bool on_focus_out_event (GdkEventFocus*);
bool on_delete_event (GdkEventAny*);
bool on_delete_event (GdkEventAny*);
void on_unmap ();
void on_show ();
private:
WM::ProxyTemporary* proxy;
bool _splash_pushed;
private:
WM::ProxyTemporary* proxy;
bool _splash_pushed;
void init ();
static sigc::signal<void> CloseAllDialogs;