Move ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UI
[ardour.git] / gtk2_ardour / gain_meter.h
index a24b93c034a21631df2c315236b60f8c3f9e033c..447271ed5538a723b1825fcd39264d6e203d0f84 100644 (file)
@@ -30,6 +30,7 @@
 #include <gtkmm/button.h>
 #include <gtkmm/table.h>
 #include <gtkmm/drawingarea.h>
+#include <gdkmm/colormap.h>
 
 #include <ardour/types.h>
 
@@ -185,6 +186,9 @@ class GainMeter : public Gtk::VBox
        static Glib::RefPtr<Gdk::Pixbuf> slider;
        static Glib::RefPtr<Gdk::Pixbuf> rail;
        static int setup_slider_pix ();
+
+       void on_theme_changed ();
+       bool style_changed;
 };
 
 #endif /* __ardour_gtk_gain_meter_h__ */