[Xcb-commit] xcb/proto: 2 commits - doc
Christian Linhart
clinhart at kemper.freedesktop.org
Sat May 30 03:26:06 PDT 2015
doc/xml-xcb.txt | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
New commits:
commit 54152b7a3d797d159f74de3552092c5c896b30cc
Author: Ran Benita <ran234 at gmail.com>
Date: Wed Mar 18 12:27:34 2015 +0200
xml-xcb.txt: remove description of the "localfield" element
It was removed in:
http://cgit.freedesktop.org/xcb/proto/commit/?id=854d08c8242e8fbe7b5a000b75ec6845419806c4
Signed-off-by: Ran Benita <ran234 at gmail.com>
Reviewed-by: Peter Harris <pharris at opentext.com>
Reviewed-by: Christian Linhart <chris at demorecorder.com>
diff --git a/doc/xml-xcb.txt b/doc/xml-xcb.txt
index 8d914a1..12c0881 100644
--- a/doc/xml-xcb.txt
+++ b/doc/xml-xcb.txt
@@ -218,13 +218,6 @@ enum; the value is restricted to one of the constants named in the enum.
of the list in terms of other fields in the structure. See the section
"Expressions" for details on the expression representation.
-<localfield type="identifier" name="identifier" />
-
- This element represents a parameter in a request that is not sent over the
- wire. The field can be referenced in the length expressions of lists or in
- an exprfield. The type attribute declares the data type of the field, and
- the name attribute gives the name of the field.
-
<exprfield type="identifier" name="identifier">expression</exprfield>
This element represents a field in a request that is calculated rather than
commit 094eccc4b1b9039feba6ea23eaf71095414ef3c4
Author: Ran Benita <ran234 at gmail.com>
Date: Wed Mar 18 12:27:33 2015 +0200
xml-xcb.txt: mention that case/bitcase can have a name
Signed-off-by: Ran Benita <ran234 at gmail.com>
Reviewed-by: Christian Linhart <chris at demorecorder.com>
diff --git a/doc/xml-xcb.txt b/doc/xml-xcb.txt
index f8129ea..8d914a1 100644
--- a/doc/xml-xcb.txt
+++ b/doc/xml-xcb.txt
@@ -244,8 +244,8 @@ enum; the value is restricted to one of the constants named in the enum.
<switch> instead for new protocol definitions.
<switch name="identifier"> switch expression
- <bitcase> bitcase expression(s), fields </bitcase>
- <case> case expression(s), fields </case>
+ <bitcase [name="identifier"]> bitcase expression(s), fields </bitcase>
+ <case [name="identifier"]> case expression(s), fields </case>
</switch>
This element represents conditional inclusion of fields. It can be viewed
More information about the xcb-commit
mailing list