X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fxml-xcb.txt;h=b88d182bd313b8091f9496c53f5f77fb9fb34898;hb=946717baec905a8a58ed9f833a3fd91e71dd3a02;hp=fecee3123776146b2592127ef16380791f4416a7;hpb=9605e865e5fa7afad87f4dfce55de67551421e95;p=free-sw%2Fxcb%2Fproto diff --git a/doc/xml-xcb.txt b/doc/xml-xcb.txt index fecee31..b88d182 100644 --- a/doc/xml-xcb.txt +++ b/doc/xml-xcb.txt @@ -186,7 +186,7 @@ Top-Level Elements the new name given in the name attribute, and the new event number given in the number attribute. - + This element creates an alias for the error named in the ref attribute, with the new name given in the name attribute, and the new error number given in @@ -259,9 +259,9 @@ Expressions expression expression The op element represents an operator, with the op attribute specifying - which operator. The supported operations are *, /, &, and <<, and - their semantics are identical to the corresponding operators in C. The two - operand expressions may be fieldref, value, or op elements. + which operator. The supported operations are +, -, *, /, &, and + <<, and their semantics are identical to the corresponding operators + in C. The two operand expressions may be other expression elements. identifier @@ -273,3 +273,8 @@ Expressions The value element represents a literal integer value in an expression. The integer may be expressed in decimal or hexadecimal. + +integer + + The bit element represents a literal bitmask value in an expression. + The integer must be in the range 0..31, expanding to (1<