6 /* ---------------------------- included header files ---------------------- */
8 /* ---------------------------- global definitions ------------------------- */
10 #define ALL_MODIFIERS (ShiftMask|LockMask|ControlMask|Mod1Mask|Mod2Mask|\
11 Mod3Mask|Mod4Mask|Mod5Mask)
13 /* ---------------------------- global macros ------------------------------ */
15 /* ---------------------------- type definitions --------------------------- */
17 /* ---------------------------- forward declarations ----------------------- */
19 /* ---------------------------- exported variables (globals) --------------- */
21 extern charmap_t key_modifiers
[];
22 extern unsigned int modifier_mapindex_to_mask
[];
24 /* ---------------------------- interface functions ------------------------ */
26 int modifiers_string_to_modmask(char *in_modifiers
, int *out_modifier_mask
);
28 #endif /* MODIFIERS_H */