summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDemi Marie Obenour <demiobenour@gmail.com>2022-08-21 10:26:47 -0400
committerDemi Marie Obenour <demiobenour@gmail.com>2022-10-15 16:15:18 -0400
commitbf228d330ed0be8bfb5d9055febabf81b785b8fa (patch)
tree9f43c7214709a9314d593d634d8af15c813e6fa0 /src
parent0d440c579b0f364bd655d97d1976d4eeddecf488 (diff)
downloadxcb-proto-bf228d330ed0be8bfb5d9055febabf81b785b8fa.tar.gz
Document BIG-REQUESTS
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/bigreq.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/bigreq.xml b/src/bigreq.xml
index 3cca2f7..ddd1e21 100644
--- a/src/bigreq.xml
+++ b/src/bigreq.xml
@@ -33,6 +33,20 @@ authorization from the authors.
<reply>
<pad bytes="1" />
<field type="CARD32" name="maximum_request_length" />
+ <doc>
+ <field name="maximum_request_length">
+The maximum length of requests supported by the server, in 4-byte units.
+ </field>
+ </doc>
</reply>
+ <doc>
+ <brief>Enable the BIG-REQUESTS extension</brief>
+ <description>
+This enables the BIG-REQUESTS extension, which allows for requests larger than
+262140 bytes in length. When enabled, if the 16-bit length field is zero, it
+is immediately followed by a 32-bit length field specifying the length of the
+request in 4-byte units.
+ </description>
+ </doc>
</request>
</xcb>