Move CC/Automation regions with parent correctly.
[ardour.git] / gtk2_ardour / automation_region_view.h
index fc152f67965d01ea05125dea1bad20f60d9e8a83..ba75b2fecbf66dd2a54693f3e71fd8ed4088affa 100644 (file)
@@ -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();