r228@gwythaint (orig r768): fugalh | 2006-08-09 08:14:55 -0600
[ardour.git] / gtk2_ardour / streamview.h
index 0bec3197586651fdba638b8a576729b8dd154f16..5a0e10974f9a8c3f472c9123629c24ca403aad99 100644 (file)
@@ -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;