From 7482d02e6229bfa1eae573b114ea3c04eaf6cb52 Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Sun, 13 Oct 2013 13:44:38 +0200 Subject: [PATCH] xkb: Comment out Doodads Doodads are known to be broken (*). Comment them out until they can be handled properly. (*) One problem is that TextDoodad and LogoDoodad have variadic lists at the end. But, they're within a union with other fixed size Doodads. A union doesn't have a hint which field is in use and therefor the code generator (at least c_client.py) just creates a generic iterator for the Doodad union, which fails for TextDoodad and LogoDoodad. Signed-off-by: Daniel Martin Reviewed-By: Ran Benita --- src/xkb.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/xkb.xml b/src/xkb.xml index 2ea659c..5436401 100644 --- a/src/xkb.xml +++ b/src/xkb.xml @@ -633,6 +633,7 @@ authorization from the authors. 5 + @@ -1898,6 +1900,7 @@ authorization from the authors. nShapes + @@ -1934,6 +1938,7 @@ authorization from the authors. nShapes + @@ -2333,6 +2339,7 @@ authorization from the authors. nShapes + -- 2.34.1