mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-05 11:08:00 +02:00
Document BIG-REQUESTS
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
parent
0d440c579b
commit
bf228d330e
1 changed files with 14 additions and 0 deletions
|
|
@ -33,6 +33,20 @@ authorization from the authors.
|
||||||
<reply>
|
<reply>
|
||||||
<pad bytes="1" />
|
<pad bytes="1" />
|
||||||
<field type="CARD32" name="maximum_request_length" />
|
<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>
|
</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>
|
</request>
|
||||||
</xcb>
|
</xcb>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue