summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-03-14 11:56:59 +0000
committerDaniel Stone <daniel@fooishbar.org>2012-03-14 11:56:59 +0000
commit5dd817339d35bb493943f29a8f3ba1591a8ba4ef (patch)
tree1d2303e96e1c7c511c3be193a458063d8bd55719 /include
parentbc074525420e54784543504a7a1a7cd6a0f9c998 (diff)
downloadxorg-lib-libxkbcommon-5dd817339d35bb493943f29a8f3ba1591a8ba4ef.tar.gz
Add a tiny bit of documentation to xkbcommon.h
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include')
-rw-r--r--include/xkbcommon/xkbcommon.h4
1 files 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 */
};