diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-08-27 23:28:22 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-10-02 22:04:20 -0700 |
commit | c69dfe0cd310c122eae0b11c5547d5cd200ebbf5 (patch) | |
tree | e2b3260ff8000e6003fb993ba044d0e3625b6f1d | |
parent | 3672b5430c9f665680e6a7a77f00202fc96243a0 (diff) | |
download | xorg-proto-randrproto-c69dfe0cd310c122eae0b11c5547d5cd200ebbf5.tar.gz |
spec: Make encoding of RRGetProviderInfo match header
The encoding is missing the 8 bytes of padding at the end of the
base reply struct before the variable length lists begin.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | randrproto.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/randrproto.txt b/randrproto.txt index 91b7d52..b52a7c5 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -2771,6 +2771,7 @@ A.2.3 Protocol Requests added with version 1.4 2 o number of outputs 2 a number of associated providers 2 n length of name + 8 unused 4c LISTofCRTC crtcs 4o LISTofOUTPUT outputs 4a LISTofPROVIDER associated providers |