Decreased region opacity, smoothed out canvas/tempo line colours.
[ardour.git] / gtk2_ardour / waveview.h
index 87e38fe1daec854a37c1d533148bb93272c73190..56d0ed76753b9c178184c4b1984307584fc69222 100644 (file)
@@ -111,7 +111,7 @@ private:
 public:
   WaveView(Group& parent);
 
-  static void* create_cache();
+  static GnomeCanvasWaveViewCache* create_cache();
 
   Glib::PropertyProxy<void*> property_data_src();
   Glib::PropertyProxy_ReadOnly<void*> property_data_src() const;
@@ -147,6 +147,8 @@ public:
   Glib::PropertyProxy_ReadOnly<gint> property_rectified() const;
   Glib::PropertyProxy<guint> property_region_start();
   Glib::PropertyProxy_ReadOnly<guint> property_region_start() const;
+  Glib::PropertyProxy<gint> property_logscaled();
+  Glib::PropertyProxy_ReadOnly<gint> property_logscaled() const;
 };
 
 } /* namespace Canvas */