]> Dogcows Code - chaz/openbox/blobdiff - openbox/modkeys.h
Revert "Fix the delayed hiding of submenus, so that they don't end up hidden while...
[chaz/openbox] / openbox / modkeys.h
index dc72f28e442bf7b898e5339e3488ee9b88117062..8e795f78a0978841dcfcbe1e1b05f3285f2a8809 100644 (file)
@@ -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
This page took 0.020544 seconds and 4 git commands to generate.