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 <[email protected]> --- randrproto.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.9.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
