optionally tie together editor+mixer display orders; provide GUI control for timecode-is-synced; make Ctrl-w close any dialog

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2422 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-09-05 23:09:10 +00:00
parent b8e813c455
commit 222a85ca10
25 changed files with 254 additions and 60 deletions

View file

@ -105,6 +105,7 @@ class Keyboard : public sigc::trackable, Stateful
static guint delete_but;
static guint delete_mod;
static guint snap_mod;
static Gtk::Window* current_window;
static gint _snooper (GtkWidget*, GdkEventKey*, gpointer);
gint snooper (GtkWidget*, GdkEventKey*);