xkb: Comment out the struct Property and {Get, Set}Geometry
authorDaniel Martin <consume.noise@gmail.com>
Sun, 13 Oct 2013 11:44:39 +0000 (13:44 +0200)
committerArnaud Fontaine <arnau@debian.org>
Thu, 14 Nov 2013 11:23:50 +0000 (20:23 +0900)
commit0c408c53ffdde107ed8c01144cce3da427f1a45f
tree9c633449233b60d74a6a78b20f684587810ad2f0
parent7482d02e6229bfa1eae573b114ea3c04eaf6cb52
xkb: Comment out the struct Property and {Get, Set}Geometry

This struct has intermixed fixed size fields and lists, which
c_client.py doesn't handle properly. Therefor comment out the struct and
the fields type-referencing it.

As doodads are commented out already and with Property gone the requests
GetGeomtry and SetGeometry become pretty much useless. Therefor comment
them out completly.

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