summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-11 22:51:24 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-11 22:51:24 +0000
commitc5dab0e2a8df77725f34f53462a4f08d7b581e57 (patch)
tree49b9f1aa8f17bd34507de3fdad7b177cb5c01f14 /gtk2_ardour/public_editor.h
parent100d7c0f82602f6225537342f6df7dee12479e9d (diff)
save/restore monitor processor state; key handling in torn off monitor section window
git-svn-id: svn://localhost/ardour2/branches/3.0@6748 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 24a62e5113..e91f2911e3 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -360,6 +360,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
static PublicEditor* _instance;
friend bool relay_key_press (GdkEventKey*, Gtk::Window*);
+ friend bool forward_key_press (GdkEventKey*);
};
#endif // __gtk_ardour_public_editor_h__