Allow to customize color-picker-palette
[ardour.git] / gtk2_ardour / stripable_colorpicker.h
index 79b7ffcf622922378e7259b96b745736237da806..d05d67e974f6e37a56985db7682cf221730053db 100644 (file)
@@ -32,9 +32,15 @@ public:
        void popup (boost::shared_ptr<ARDOUR::Stripable> s);
 
 private:
+       void initialize_color_palette ();
        void finish_color_edit (int response);
 
        boost::shared_ptr<ARDOUR::Stripable> _stripable;
+
+
+       static bool palette_initialized;
+       static void palette_changed_hook (const Glib::RefPtr<Gdk::Screen>&, const Gdk::ArrayHandle_Color&);
+       static Gtk::ColorSelection::SlotChangePaletteHook gtk_palette_changed_hook;
 };
 
 #endif