summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-03-09 16:04:00 +0000
committerDaniel Stone <daniel@fooishbar.org>2012-03-09 16:04:00 +0000
commitb28823cc5929152aa5114274460999aabf612cbc (patch)
tree63704d689e65c26b188c1422cd306f864f209c7d /include
parented18e65eacdabfeaeafee7c369891312af99c82d (diff)
downloadxorg-lib-libxkbcommon-b28823cc5929152aa5114274460999aabf612cbc.tar.gz
Remove KcCGST names from the map
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include')
-rw-r--r--include/xkbcommon/xkbcommon.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h
index 881af46..f20c2b9 100644
--- a/include/xkbcommon/xkbcommon.h
+++ b/include/xkbcommon/xkbcommon.h
@@ -329,18 +329,11 @@ struct xkb_key_alias {
};
struct xkb_names {
- uint32_t keycodes;
- uint32_t geometry;
- uint32_t symbols;
- uint32_t types;
- uint32_t compat;
uint32_t vmods[XkbNumVirtualMods];
uint32_t indicators[XkbNumIndicators];
uint32_t groups[XkbNumKbdGroups];
struct xkb_key_name * keys;
struct xkb_key_alias * key_aliases;
- uint32_t *radio_groups;
- uint32_t phys_symbols;
xkb_keycode_t num_keys;
xkb_keycode_t num_key_aliases;