mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
NO-OP: whitespace
This commit is contained in:
parent
b4346862e1
commit
26593d08ed
1 changed files with 7 additions and 7 deletions
|
|
@ -32,23 +32,23 @@ class ARDOUR_UI;
|
||||||
|
|
||||||
class Splash : public Gtk::Window
|
class Splash : public Gtk::Window
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Splash ();
|
Splash ();
|
||||||
~Splash ();
|
~Splash ();
|
||||||
|
|
||||||
static Splash* instance() { return the_splash; }
|
static Splash* instance() { return the_splash; }
|
||||||
|
|
||||||
void display ();
|
void display ();
|
||||||
void pop_back_for (Gtk::Window&);
|
void pop_back_for (Gtk::Window&);
|
||||||
void pop_front ();
|
void pop_front ();
|
||||||
|
|
||||||
bool expose (GdkEventExpose*);
|
bool expose (GdkEventExpose*);
|
||||||
bool on_button_release_event (GdkEventButton*);
|
bool on_button_release_event (GdkEventButton*);
|
||||||
void on_realize ();
|
void on_realize ();
|
||||||
bool on_map_event (GdkEventAny*);
|
bool on_map_event (GdkEventAny*);
|
||||||
void message (const std::string& msg);
|
void message (const std::string& msg);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static Splash* the_splash;
|
static Splash* the_splash;
|
||||||
|
|
||||||
Glib::RefPtr<Gdk::Pixbuf> pixbuf;
|
Glib::RefPtr<Gdk::Pixbuf> pixbuf;
|
||||||
|
|
@ -58,9 +58,9 @@ class Splash : public Gtk::Window
|
||||||
void boot_message (std::string);
|
void boot_message (std::string);
|
||||||
PBD::ScopedConnection msg_connection;
|
PBD::ScopedConnection msg_connection;
|
||||||
|
|
||||||
bool expose_done;
|
bool expose_done;
|
||||||
bool expose_is_the_one;
|
bool expose_is_the_one;
|
||||||
bool idle_after_expose ();
|
bool idle_after_expose ();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __ardour_gtk_splash_h__ */
|
#endif /* __ardour_gtk_splash_h__ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue