summaryrefslogtreecommitdiff
path: root/proto/xcb-proto/src/bigreq.xml
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2024-07-11 08:03:02 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2024-07-11 08:03:02 +0000
commit741167747bb978bed04ee56cb9911a8aabb8f3d4 (patch)
tree518fa56f3dca85001f423cb129cf7196bb28611f /proto/xcb-proto/src/bigreq.xml
parenta9ef0e101c4f4e07e16b2c9f079ad15c89b27680 (diff)
Update to xcb-proto 1.17.0
Diffstat (limited to 'proto/xcb-proto/src/bigreq.xml')
-rw-r--r--proto/xcb-proto/src/bigreq.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/proto/xcb-proto/src/bigreq.xml b/proto/xcb-proto/src/bigreq.xml
index 3cca2f77f..ddd1e210e 100644
--- a/proto/xcb-proto/src/bigreq.xml
+++ b/proto/xcb-proto/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>