Add a tiny bit of documentation to xkbcommon.h
authorDaniel Stone <daniel@fooishbar.org>
Wed, 14 Mar 2012 11:56:59 +0000 (11:56 +0000)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 14 Mar 2012 11:56:59 +0000 (11:56 +0000)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
include/xkbcommon/xkbcommon.h

index abce09e..2dc1bc7 100644 (file)
@@ -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 */
 };