X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_summary.h;h=87474188b1275b90e8deb3de817612eb89279a18;hb=5399425f534e2d96d07cf29f427bfa0f39d904b7;hp=c1afc3237f4fdfe615cedd7eb89b198932aec21b;hpb=4bcc3d377c04587e24895ed987159ef1d9cc1828;p=ardour.git diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h index c1afc3237f..87474188b1 100644 --- a/gtk2_ardour/editor_summary.h +++ b/gtk2_ardour/editor_summary.h @@ -69,7 +69,7 @@ private: bool on_leave_notify_event (GdkEventCrossing*); void centre_on_click (GdkEventButton *); - void render (cairo_t *); + void render (cairo_t *, cairo_rectangle_t*); void render_region (RegionView*, cairo_t*, double) const; void get_editor (std::pair *, std::pair *) const; void set_editor (double, double); @@ -122,6 +122,7 @@ private: bool _old_follow_playhead; PBD::ScopedConnectionList position_connection; + PBD::ScopedConnection route_ctrl_id_connection; PBD::ScopedConnectionList region_property_connection; };