summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2019-02-12 11:30:31 -0600
committerBen Loftis <ben@harrisonconsoles.com>2019-02-12 11:36:04 -0600
commitc881b4a85f77588b98ce0dc01bca86e8ff4ece89 (patch)
treec20c5fff8952e115c9bbc224deafbd7f0aba8204 /gtk2_ardour/editor_summary.h
parent3e442ae52bdffd1da453ba6c3bd46bf034576a1b (diff)
Summary View should use the playhead color from config.
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index 507295cfff..077dab3a4c 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -105,6 +105,9 @@ private:
bool _move_dragging;
+ void set_colors ();
+ uint32_t _phead_color;
+
//used for zooming
int _last_mx;
int _last_my;