diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-31 16:38:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-31 16:38:12 +0000 |
commit | 9bcb81d30c73c6e487cc5a3ef5c5664164ef06e3 (patch) | |
tree | 597c494a57ae9dbd731085ec14e8e5ae9fb53a5a /proto/xcb-proto/doc | |
parent | a98e499d523dd222b9d6891cfdb0ba2d660a583e (diff) |
update to xcb-proto 1.5
Diffstat (limited to 'proto/xcb-proto/doc')
-rw-r--r-- | proto/xcb-proto/doc/xml-xcb.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/xcb-proto/doc/xml-xcb.txt b/proto/xcb-proto/doc/xml-xcb.txt index 5d3475442..feb99844f 100644 --- a/proto/xcb-proto/doc/xml-xcb.txt +++ b/proto/xcb-proto/doc/xml-xcb.txt @@ -178,6 +178,12 @@ separated by a single colon. For example, to refer to the PIXMAP type defined in glx rather than the one defined in xproto, use type="glx:PIXMAP" rather than type="PIXMAP". +Note: Most of the below may optionally contain an enum, altenum, or mask +attribute, which follows the above rules for "type". "enum" is an exhaustive +enum; the value is restricted to one of the constants named in the enum. +"altenum" may be one of the values contained in the enum, but it need not be. +"mask" refers to an enum to be used as a bitmask. + <pad bytes="integer" /> This element declares some padding in a data structure. The bytes |