xkb: Comment out intermixed fixed size fields and lists
authorDaniel Martin <consume.noise@gmail.com>
Sun, 13 Oct 2013 11:44:40 +0000 (13:44 +0200)
committerArnaud Fontaine <arnau@debian.org>
Thu, 14 Nov 2013 11:24:03 +0000 (20:24 +0900)
commite76dc36de885339d680e8faf8afce19250d7dcb6
tree13b6dfb604147f9f4d8e2441430dd3d28431a4f4
parent0c408c53ffdde107ed8c01144cce3da427f1a45f
xkb: Comment out intermixed fixed size fields and lists

c_client.py doesn't handle such intermixed fixed size fields and lists
correctly. Therefor comment them out.

With that change the size of the generated request structure for
ListComponents has 8 Bytes which is the same as xkbListComponentsReq
has and the server checks REQUEST_AT_LEAST_SIZE(xkbListComponentsReq).
The same goes for GetKbdByName, which results in a structure of 12
Bytes.

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