mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
spec: Correct length for RRCreateMode in encoding section
(1 + 1 + 2 + 4 + 32) / 4 is 10 words, not 12 10 also matches the sz_xRRCreateModeReq value of 40 in randrproto.h Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
b52f4e39b6
commit
a74417d782
1 changed files with 1 additions and 1 deletions
|
|
@ -2443,7 +2443,7 @@ A.2.1 Protocol Requests added with version 1.2
|
|||
RRCreateMode
|
||||
1 CARD8 major opcode
|
||||
1 16 RandR opcode
|
||||
2 12+(n+p)/4 length
|
||||
2 10+(n+p)/4 length
|
||||
4 WINDOW window
|
||||
32 MODEINFO mode
|
||||
n STRING8 mode name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue