From: Daniel Martin Date: Sun, 13 Oct 2013 11:44:38 +0000 (+0200) Subject: xkb: Comment out Doodads X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7482d02e6229bfa1eae573b114ea3c04eaf6cb52;p=free-sw%2Fxcb%2Fproto 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 --- 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 +