xkb: Comment out Doodads
authorDaniel Martin <consume.noise@gmail.com>
Sun, 13 Oct 2013 11:44:38 +0000 (13:44 +0200)
committerArnaud Fontaine <arnau@debian.org>
Thu, 14 Nov 2013 11:23:30 +0000 (20:23 +0900)
commit7482d02e6229bfa1eae573b114ea3c04eaf6cb52
tree50431f76e161561aa1ce222b9dbd27bd3175cff7
parent2c024996d2ecccedcc41607e64d95862a08ba0dc
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 <consume.noise@gmail.com>
Reviewed-By: Ran Benita <ran234@gmail.com>
src/xkb.xml