From e76dc36de885339d680e8faf8afce19250d7dcb6 Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Sun, 13 Oct 2013 13:44:40 +0200 Subject: [PATCH] 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 Reviewed-By: Ran Benita --- src/xkb.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xkb.xml b/src/xkb.xml index a095958..8c9b067 100644 --- a/src/xkb.xml +++ b/src/xkb.xml @@ -1974,6 +1974,7 @@ authorization from the authors. + @@ -2035,6 +2037,7 @@ authorization from the authors. + -- 2.7.4