X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_region_view.h;h=ba75b2fecbf66dd2a54693f3e71fd8ed4088affa;hb=299b58ebf8982e0edec2f327ac70e8c1f61ca0a1;hp=fc152f67965d01ea05125dea1bad20f60d9e8a83;hpb=34907a7d62712d511b7f7ab7abeac8a99953dafa;p=ardour.git 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();