summaryrefslogtreecommitdiff
path: root/openbox/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/translate.h')
-rw-r--r--openbox/translate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/translate.h b/openbox/translate.h
index 8249514e..14efe73d 100644
--- a/openbox/translate.h
+++ b/openbox/translate.h
@@ -24,4 +24,6 @@
gboolean translate_button(const gchar *str, guint *state, guint *keycode);
gboolean translate_key(const gchar *str, guint *state, guint *keycode);
+/*! Give the string form of a keycode */
+const gchar *translate_keycode(guint keycode);
#endif