forward port of 7539 from 2.x
[ardour.git] / gtk2_ardour / automation_region_view.h
index b4f53b59215cfe66f77a66a492d420e24daf3d3f..9654d6afa1afdf4ed913e08bb8b866a4546d3661 100644 (file)
@@ -54,7 +54,6 @@ public:
        inline AutomationTimeAxisView* automation_view() const
                { return dynamic_cast<AutomationTimeAxisView*>(&trackview); }
 
-       void set_line(boost::shared_ptr<AutomationLine> line) { _line = line; }
        boost::shared_ptr<AutomationLine> line() { return _line; }
 
        // We are a ghost.  Meta ghosts?  Crazy talk.
@@ -66,10 +65,10 @@ public:
 protected:
        void create_line(boost::shared_ptr<ARDOUR::AutomationList> list);
        bool set_position(nframes64_t pos, void* src, double* ignored);
-       void region_resized (PBD::Change what_changed);
+       void region_resized (const PBD::PropertyChange&);
        bool canvas_event(GdkEvent* ev);
        void add_automation_event (GdkEvent* event, nframes_t when, double y);
-       void entered();
+       void entered (bool);
        void exited();
 
 private: