From edc0aef57dd633b504581d2c6e4bee9fe6d3acbf Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 8 Feb 2013 13:21:27 +0200 Subject: text: take xkb_mod_set instead of the entire keymap The modifier printing functions only need the modifier information, they don't care about keys or leds, etc. Signed-off-by: Ran Benita --- src/keymap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keymap.h') diff --git a/src/keymap.h b/src/keymap.h index d84ea70..76c4923 100644 --- a/src/keymap.h +++ b/src/keymap.h @@ -431,7 +431,7 @@ void XkbEscapeMapName(char *name); xkb_mod_index_t -XkbModNameToIndex(const struct xkb_keymap *keymap, xkb_atom_t name, +XkbModNameToIndex(const struct xkb_mod_set *mods, xkb_atom_t name, enum mod_type type); xkb_layout_index_t -- cgit v1.2.1