summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-17 15:48:31 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:29 -0500
commit8fd4d32789b5abea974d7fe482e516d6437fcb44 (patch)
treeaefa6f401d502301ac211bafe38ec591e39722b4 /gtk2_ardour/ardour_ui.h
parent4847544144c00a68ed836c3964a37af5bba8d9e2 (diff)
add a new action to allow surfaces to access Keyboard::close_current_dialog()
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 0222012c9a..637cc11710 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -892,6 +892,7 @@ private:
void step_down_through_tabs ();
void escape ();
+ void close_current_dialog ();
void pre_release_dialog ();
};