summaryrefslogtreecommitdiff
path: root/gtk2_ardour/stereo_panner.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/stereo_panner.h')
-rw-r--r--gtk2_ardour/stereo_panner.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/stereo_panner.h b/gtk2_ardour/stereo_panner.h
index 312be4ec65..52abb30687 100644
--- a/gtk2_ardour/stereo_panner.h
+++ b/gtk2_ardour/stereo_panner.h
@@ -75,6 +75,7 @@ class StereoPanner : public Gtk::DrawingArea
uint32_t fill;
uint32_t text;
uint32_t background;
+ uint32_t rule;
};
enum State {
@@ -86,7 +87,7 @@ class StereoPanner : public Gtk::DrawingArea
static ColorScheme colors[3];
static void set_colors ();
static bool have_colors;
- static PBD::Signal0<void> color_change;
+ void color_handler ();
};
#endif /* __gtk_ardour_stereo_panner_h__ */