Update region_ops.txt to match current behaviour, and fix a couple of comments.
[ardour.git] / gtk2_ardour / visual_time_axis.h
index df0a061ba65de01edcdb1e4fb5dfd5e222a309f0..a692482b49af84fc5f3c734a9af87c6414b3ec1d 100644 (file)
@@ -227,10 +227,7 @@ class VisualTimeAxis : public TimeAxisView
                // Handle name entry signals
 
                void name_entry_changed() ;
-               bool name_entry_focus_out_handler(GdkEventFocus*) ;
                bool name_entry_key_release_handler(GdkEventKey*) ;
-               bool name_entry_button_release_handler(GdkEventButton*) ;
-               bool name_entry_button_press_handler(GdkEventButton*) ;
 
                //---------------------------------------------------------------------------------------//
                // VisualTimeAxis Widgets
@@ -250,7 +247,7 @@ class VisualTimeAxis : public TimeAxisView
                 *
                 * @todo should VisualTimeAxis handle this?
                 */
-               void show_timestretch (nframes_t start, nframes_t end);
+               void show_timestretch (nframes_t start, nframes_t end, int layers, int layer);
 
                /**
                 * Not handle by purely visual TimeAxis