summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJaya Tiwari <tiwari.jaya18@gmail.com>2014-12-23 12:33:13 -0500
committerChristian Linhart <chris@demorecorder.com>2015-02-22 09:48:29 +0100
commit4c550465934164aab2449a125f75f4ca07816233 (patch)
tree3bff9470cb82ed9a5956a3da236ef982f961dd4b /src
parentcdea3dbd88bc40e84e8cdf1423d09e6e012428f8 (diff)
downloadxcb-proto-4c550465934164aab2449a125f75f4ca07816233.tar.gz
Remove valueparam support from xcbgen parsers and schema definition
Removed all the valueparam occurences from parsers and xml schema as well along with all the protocol definitions as valueparam has been replaced by switch bit-case Signed-off-by: Jaya Tiwari <tiwari.jaya18@gmail.com> Reviewed-by: Christian Linhart <chris@demorecorder.com>
Diffstat (limited to 'src')
-rw-r--r--src/xcb.xsd11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/xcb.xsd b/src/xcb.xsd
index 5a4ab91..c1dce3e 100644
--- a/src/xcb.xsd
+++ b/src/xcb.xsd
@@ -195,15 +195,6 @@ authorization from the authors.
</xsd:complexType>
</xsd:element>
- <!-- BITMASK/LISTofVALUE parameter pairs. -->
- <xsd:element name="valueparam">
- <xsd:complexType>
- <xsd:attribute name="value-mask-type" type="xsd:string" use="required" />
- <xsd:attribute name="value-mask-name" type="xsd:string" use="required" />
- <xsd:attribute name="value-list-name" type="xsd:string" use="required" />
- </xsd:complexType>
- </xsd:element>
-
<xsd:group name="fields">
<xsd:choice>
<xsd:element ref="pad" />
@@ -309,7 +300,6 @@ authorization from the authors.
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="fields" />
<xsd:element ref="exprfield" />
- <xsd:element ref="valueparam" />
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="switch" />
@@ -319,7 +309,6 @@ authorization from the authors.
<xsd:sequence>
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:group ref="fields" />
- <xsd:element ref="valueparam" />
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element ref="switch" />