mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-25 02:30:12 +01:00
spec: Correct size of outputs in RRSetCrtcConfig encoding
Each OUTPUT is 4 bytes, not 8. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
7339eaea12
commit
ddc00f44df
1 changed files with 2 additions and 2 deletions
|
|
@ -2527,7 +2527,7 @@ A.2.1 Protocol Requests added with version 1.2
|
||||||
RRSetCrtcConfig
|
RRSetCrtcConfig
|
||||||
1 CARD8 major opcode
|
1 CARD8 major opcode
|
||||||
1 21 RandR opcode
|
1 21 RandR opcode
|
||||||
2 7+2n length
|
2 7+n length
|
||||||
4 CRTC crtc
|
4 CRTC crtc
|
||||||
4 TIMESTAMP timestamp
|
4 TIMESTAMP timestamp
|
||||||
4 TIMESTAMP config timestamp
|
4 TIMESTAMP config timestamp
|
||||||
|
|
@ -2536,7 +2536,7 @@ A.2.1 Protocol Requests added with version 1.2
|
||||||
4 MODE mode
|
4 MODE mode
|
||||||
2 ROTATION rotation/reflection
|
2 ROTATION rotation/reflection
|
||||||
2 unused
|
2 unused
|
||||||
8n LISTofOUTPUT outputs
|
4n LISTofOUTPUT outputs
|
||||||
▶
|
▶
|
||||||
1 1 Reply
|
1 1 Reply
|
||||||
1 RRCONFIGSTATUS status
|
1 RRCONFIGSTATUS status
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue