show() widgets explicitly, one little file at a time
[ardour.git] / gtk2_ardour / ghostregion.h
index 0255035ea1504f65e290f6c3720f3842d46ee402..16d945f5439eb93fe7b575b37d3143f8a3f2d000 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_gtk_ghost_region_h__
@@ -24,6 +23,7 @@
 #include <vector>
 #include <sigc++/signal.h>
 #include <libgnomecanvasmm.h>
+#include <ardour/configuration.h>
 #include "canvas.h"
 #include "simplerect.h"
 
@@ -42,6 +42,7 @@ struct GhostRegion : public sigc::trackable
     void set_samples_per_unit (double spu);
     void set_duration (double units);
     void set_height ();
+    void set_colors ();
 
     sigc::signal<void,GhostRegion*> GoingAway;
 };