summaryrefslogtreecommitdiff
path: root/gtk2_ardour/stereo_panner.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-24 00:51:29 +0200
committerRobin Gareus <robin@gareus.org>2020-04-24 00:57:15 +0200
commit777f1ea3bef475d9442d8be2fb85a26012a3a639 (patch)
tree98c74340323b2de6773f8a1a8ef0c79d72f27ec0 /gtk2_ardour/stereo_panner.h
parent37e6a701bdf1403b47464488a2461e192020c9e9 (diff)
Indicate unlinked send-panners in pan-widget #8024
Diffstat (limited to 'gtk2_ardour/stereo_panner.h')
-rw-r--r--gtk2_ardour/stereo_panner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/stereo_panner.h b/gtk2_ardour/stereo_panner.h
index aef4caad45..e8a7b9a5bc 100644
--- a/gtk2_ardour/stereo_panner.h
+++ b/gtk2_ardour/stereo_panner.h
@@ -106,6 +106,8 @@ private:
static bool have_font;
static ColorScheme colors[3];
+ static uint32_t colors_send_bg;
+ static uint32_t colors_send_pan;
static void set_colors ();
static bool have_colors;
void color_handler ();