summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_region_view.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-09-03 16:12:07 +0000
committerDavid Robillard <d@drobilla.net>2007-09-03 16:12:07 +0000
commit299b58ebf8982e0edec2f327ac70e8c1f61ca0a1 (patch)
tree0d9ff292fa277a2ba9ee831b351366b6d264cfd3 /gtk2_ardour/automation_region_view.h
parent34907a7d62712d511b7f7ab7abeac8a99953dafa (diff)
Move CC/Automation regions with parent correctly.
git-svn-id: svn://localhost/ardour2/trunk@2363 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_region_view.h')
-rw-r--r--gtk2_ardour/automation_region_view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_region_view.h b/gtk2_ardour/automation_region_view.h
index fc152f6796..ba75b2fecb 100644
--- a/gtk2_ardour/automation_region_view.h
+++ b/gtk2_ardour/automation_region_view.h
@@ -51,7 +51,9 @@ public:
virtual GhostRegion* add_ghost(AutomationTimeAxisView&) { return NULL; }
protected:
- void set_y_position_and_height (double y, double h);
+ void set_y_position_and_height(double y, double h);
+ void region_resized(ARDOUR::Change what_changed);
+ bool canvas_event(GdkEvent* ev);
void entered();
void exited();