summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 54dac3e4fe..eb17083de1 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -29,6 +29,7 @@
#include "enums.h"
#include "simplerect.h"
#include "canvas.h"
+#include "color.h"
namespace Gdk {
class Color;
@@ -167,6 +168,8 @@ class StreamView : public sigc::trackable
Gdk::Color region_color;
uint32_t stream_base_color;
+ void color_handler (ColorID, uint32_t);
+
vector<sigc::connection> playlist_connections;
sigc::connection playlist_change_connection;
};