summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-08-01 22:58:24 +0000
committerDavid Robillard <d@drobilla.net>2006-08-01 22:58:24 +0000
commitee1477f9b65107673e581a4d0598dbb1ccbfb89a (patch)
tree584618409c8b5a9cc37cba845ecaaaa50484fd40 /gtk2_ardour/streamview.h
parente0eac487a562aa93631a27f34cc0df1a1edfe048 (diff)
Fixed random track background problem
Cleaned up StreamView initialization (cause of above problem) Fixed other StreamView colour issues (incomplete port from GTK1 by the looks of it) Added new narrower playback (top) toolbar (under 1024 now? maybe?) Cleaned up status-in-menubar stuff (to be a bit narrower/nicer) git-svn-id: svn://localhost/ardour2/trunk@743 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 0bec319758..5a0e10974f 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -139,9 +139,8 @@ protected:
bool rec_active;
bool use_rec_regions;
- /* XXX why are these different? */
- Gdk::Color region_color;
- uint32_t stream_base_color;
+ Gdk::Color region_color; ///< Contained region color
+ uint32_t stream_base_color; ///< Background color
vector<sigc::connection> playlist_connections;
sigc::connection playlist_change_connection;