From 5dd817339d35bb493943f29a8f3ba1591a8ba4ef Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 14 Mar 2012 11:56:59 +0000 Subject: [PATCH] Add a tiny bit of documentation to xkbcommon.h Signed-off-by: Daniel Stone --- include/xkbcommon/xkbcommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h index abce09e..2dc1bc7 100644 --- a/include/xkbcommon/xkbcommon.h +++ b/include/xkbcommon/xkbcommon.h @@ -290,8 +290,8 @@ struct xkb_server_map { struct xkb_behavior *behaviors; unsigned short *key_acts; unsigned char *explicits; - uint32_t vmods[XkbNumVirtualMods]; - uint32_t *vmodmap; + uint32_t vmods[XkbNumVirtualMods]; /* vmod -> mod mapping */ + uint32_t *vmodmap; /* key -> vmod mapping */ }; -- 2.7.4