summaryrefslogtreecommitdiff
path: root/openbox/modkeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/modkeys.h')
-rw-r--r--openbox/modkeys.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/openbox/modkeys.h b/openbox/modkeys.h
index dc72f28e..8e795f78 100644
--- a/openbox/modkeys.h
+++ b/openbox/modkeys.h
@@ -53,8 +53,7 @@ guint modkeys_only_modifier_masks(guint mask);
right keys when there are both. */
guint modkeys_key_to_mask(ObModkeysKey key);
-/*! Convert a KeySym to a KeyCode, because the X function is terrible - says
- valgrind. */
-KeyCode modkeys_sym_to_code(KeySym sym);
+/*! Convert a KeySym to all the KeyCodes which generate it. */
+KeyCode* modkeys_sym_to_code(KeySym sym);
#endif