summaryrefslogtreecommitdiff
path: root/src/keymap.h
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2013-02-08 13:21:27 +0200
committerRan Benita <ran234@gmail.com>2014-04-19 16:23:04 +0300
commitedc0aef57dd633b504581d2c6e4bee9fe6d3acbf (patch)
tree60f2f1dd4493cec4d1b028d6f37320b2342ea6be /src/keymap.h
parentca3170ad3813389a3325513130c37e8038fa02f9 (diff)
downloadxorg-lib-libxkbcommon-edc0aef57dd633b504581d2c6e4bee9fe6d3acbf.tar.gz
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 <ran234@gmail.com>
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h2
1 files changed, 1 insertions, 1 deletions
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