Grey-out patch changes on inactive channels rather than not
[ardour.git] / gtk2_ardour / visual_time_axis.h
index 5e9c4df0c2042b16f4a8ced920b427e624997d74..25ec1d8ef34fa5f254975a92bae1fd87d955f603 100644 (file)
@@ -227,10 +227,10 @@ class VisualTimeAxis : public TimeAxisView
                // Handle name entry signals
 
                void name_entry_changed() ;
-               gint name_entry_focus_out_handler(GdkEventFocus*) ;
-               gint name_entry_key_release_handler(GdkEventKey*) ;
-               gint name_entry_button_release_handler(GdkEventButton*) ;
-               gint name_entry_button_press_handler(GdkEventButton*) ;
+               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 +250,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