]> git.sur5r.net Git - i3/i3/blobdiff - include/config_directives.h
Use libxkbcommon for translating keysyms, support all XKB groups.
[i3/i3] / include / config_directives.h
index fc34a85f751e3862796915e9fc5462a7b5e12078..72646651b2955d71992d3e84b524c9e540ce9a95 100644 (file)
 #include "config_parser.h"
 
 /**
- * A utility function to convert a string of modifiers to the corresponding bit
- * mask.
+ * A utility function to convert a string containing the group and modifiers to
+ * the corresponding bit mask.
  */
-uint32_t modifiers_from_str(const char *str);
+i3_event_state_mask_t event_state_from_str(const char *str);
 
 /** The beginning of the prototype for every cfg_ function. */
 #define I3_CFG Match *current_match, struct ConfigResultIR *result