summaryrefslogtreecommitdiff
path: root/gtk2_ardour/stereo_panner.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-01-07 17:36:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-01-07 17:36:01 +0000
commit7d252dbbb9f6698619e6592025824d81a83cffba (patch)
tree53edfdd3ee488d3d2c7b054c0282fdde28d74baf /gtk2_ardour/stereo_panner.h
parent603d07a80bb293cb7819e50397111674a96b142c (diff)
new mono panner widget; make stereo panner respond to changes in colors immediately
git-svn-id: svn://localhost/ardour2/branches/3.0@8474 d708f5d6-7413-0410-9779-e7cbd77b26cf
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__ */