xkb: Fix key type map entry field order
authorRan Benita <ran234@gmail.com>
Sun, 4 Aug 2013 10:33:30 +0000 (13:33 +0300)
committerDaniel Martin <consume.noise@gmail.com>
Wed, 14 Aug 2013 22:23:46 +0000 (00:23 +0200)
commitf4321385e01a5a7e9bf5dfa697b54b103dc05a81
treed799fbcbbededf1be21d1e65f7eaf92baba4df64
parent37d0f55392d68d0a05dcf5d793d729e49108f1b7
xkb: Fix key type map entry field order

In fact, unlike the deleted comment says, both Xlib and the server use
the order as specified in the protocol spec:
http://www.x.org/releases/current/doc/kbproto/xkbproto.html#appD::Requests
(Search for KB_KTMAPENTRY).

Also see struct xkbKTMapEntryWireDesc in
/usr/include/X11/extensions/XKBproto.h

Reviewed-by: Peter Harris <pharris@opentext.com>
Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkb.xml