summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-05-11 13:44:17 +0200
committerRobin Gareus <robin@gareus.org>2017-05-11 14:20:56 +0200
commit26593d08ed34402c05b712f43ca3918d061a8ccd (patch)
treee6673e207bf4fd7d41463431a5db54c0b564423f /gtk2_ardour/splash.h
parentb4346862e15bd9da30d1e36219aeccd835e0eaac (diff)
NO-OP: whitespace
Diffstat (limited to 'gtk2_ardour/splash.h')
-rw-r--r--gtk2_ardour/splash.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk2_ardour/splash.h b/gtk2_ardour/splash.h
index 1843d00c93..d92c443cf0 100644
--- a/gtk2_ardour/splash.h
+++ b/gtk2_ardour/splash.h
@@ -32,23 +32,23 @@ class ARDOUR_UI;
class Splash : public Gtk::Window
{
- public:
+public:
Splash ();
~Splash ();
static Splash* instance() { return the_splash; }
- void display ();
+ void display ();
void pop_back_for (Gtk::Window&);
void pop_front ();
bool expose (GdkEventExpose*);
bool on_button_release_event (GdkEventButton*);
void on_realize ();
- bool on_map_event (GdkEventAny*);
+ bool on_map_event (GdkEventAny*);
void message (const std::string& msg);
- private:
+private:
static Splash* the_splash;
Glib::RefPtr<Gdk::Pixbuf> pixbuf;
@@ -58,9 +58,9 @@ class Splash : public Gtk::Window
void boot_message (std::string);
PBD::ScopedConnection msg_connection;
- bool expose_done;
- bool expose_is_the_one;
- bool idle_after_expose ();
+ bool expose_done;
+ bool expose_is_the_one;
+ bool idle_after_expose ();
};
#endif /* __ardour_gtk_splash_h__ */