X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fmodkeys.h;h=8e795f78a0978841dcfcbe1e1b05f3285f2a8809;hb=d3347e8be3753b7a466353aece04a25992018c9a;hp=dc72f28e442bf7b898e5339e3488ee9b88117062;hpb=ca0c9272018656f36e0c3b2a61324fa06fd6f143;p=chaz%2Fopenbox 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