summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index d39e75b759..551f8d93b0 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -85,6 +85,8 @@ class RegionView : public TimeAxisViewItem
virtual void region_changed (const PBD::PropertyChange&);
+ uint32_t get_fill_color () const;
+
virtual GhostRegion* add_ghost (TimeAxisView&) = 0;
void remove_ghost_in (TimeAxisView&);
void remove_ghost (GhostRegion*);
@@ -149,11 +151,8 @@ class RegionView : public TimeAxisViewItem
void lock_toggle ();
virtual void set_colors ();
- virtual void set_frame_color ();
virtual void reset_width_dependent_items (double pixel_width);
- uint32_t fill_opacity () const;
-
virtual void color_handler () {}
boost::shared_ptr<ARDOUR::Region> _region;