mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NO-OP: whitespace
This commit is contained in:
parent
16cdab6327
commit
dae7e8dbd3
3 changed files with 43 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue