X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_routes.h;h=8213e653ecae304aae19a3e6540119cb13bb5a8c;hb=20ea90a186748f34061fec323faa74f084c7937c;hp=0e30974887ffcd62af9e6d2e0d077c9d73d2f936;hpb=bcd2e8d5e6e47b4c3199188e3241ab4dafe35f50;p=ardour.git diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h index 0e30974887..8213e653ec 100644 --- a/gtk2_ardour/editor_routes.h +++ b/gtk2_ardour/editor_routes.h @@ -60,6 +60,7 @@ public: private: void initial_display (); + void redisplay_real (); void on_input_active_changed (std::string const &); void on_tv_rec_enable_changed (std::string const &); void on_tv_mute_enable_toggled (std::string const &); @@ -152,10 +153,10 @@ private: bool _ignore_reorder; bool _no_redisplay; - bool _redisplaying; bool _adding_routes; bool _route_deletion_in_progress; - int _queue_mute_rec_solo_etc; + volatile gint _redisplay_active; + volatile gint _queue_tv_update; Gtk::Menu* _menu; Gtk::Widget* old_focus;