show() widgets explicitly in gtk2_ardour/analysis_window.cc
[ardour.git] / gtk2_ardour / ghostregion.h
index 0ca52a70e69a306da88ab7b6ca9831dbf7527594..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__
@@ -23,7 +22,8 @@
 
 #include <vector>
 #include <sigc++/signal.h>
-#include <libgnomecanvasmm/libgnomecanvasmm.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;
 };