summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-08 12:45:57 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:21 -0500
commit98b14ad0e63964b6ec206edf85ec23c5c3731002 (patch)
tree5cc1f4578f179c457b47e77cf482ca124e859e26 /gtk2_ardour/utils.h
parentaf378e7256a421e6a3321f028eddd8231da920be (diff)
get normal GTK accelerators working again
Diffstat (limited to 'gtk2_ardour/utils.h')
-rw-r--r--gtk2_ardour/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h
index d883e74fa5..1c30172685 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -92,6 +92,7 @@ std::string rate_as_string (float r);
bool windows_overlap (Gtk::Window *a, Gtk::Window *b);
bool overwrite_file_dialog (Gtk::Window& parent, std::string title, std::string text);
+std::string show_gdk_event_state (int state);
} // namespace
#endif /* __ardour_gtk_utils_h__ */