mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
change PropertyChange from a bitfield into a real object, with all the many widespread changes that causes
git-svn-id: svn://localhost/ardour2/branches/3.0@6701 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
728bedf9b9
commit
fa701b8c06
78 changed files with 644 additions and 746 deletions
|
|
@ -66,7 +66,7 @@ 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::PropertyChange 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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue