fix names of included files
[ardour.git] / gtk2_ardour / editor_routes.h
index 9ca2d9f470c877d1b57993a6a698ab4e87a2e0e7..0d299f0d0f619a21b30ecb2982d1f1ffd2e38085 100644 (file)
@@ -76,6 +76,7 @@ private:
        bool button_press (GdkEventButton *);
        void route_property_changed (const PBD::PropertyChange&, boost::weak_ptr<ARDOUR::Route>);
        void handle_gui_changes (std::string const &, void *);
+       bool idle_update_mute_rec_solo_etc ();
        void update_rec_display ();
        void update_mute_display ();
        void update_solo_display (bool);
@@ -152,8 +153,10 @@ private:
        bool _ignore_reorder;
        bool _no_redisplay;
        bool _redisplaying;
+       bool _redisplay_2;
        bool _adding_routes;
        bool _route_deletion_in_progress;
+       int  _queue_mute_rec_solo_etc;
 
        Gtk::Menu* _menu;
        Gtk::Widget* old_focus;