Commit 5dd817339d35bb493943f29a8f3ba1591a8ba4ef

Daniel Stone 2012-03-14T11:56:59

Add a tiny bit of documentation to xkbcommon.h Signed-off-by: Daniel Stone <daniel@fooishbar.org>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */
 };