xscope: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Jul 5 20:56:12 PDT 2013


 print_randr.c |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

New commits:
commit 53b0bb04aaa996992220145b4a90a8318a399233
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 29 16:32:24 2013 -0700

    Bug 66388 wrong output for filter names in RandR GetCrtcTransform reply
    
    https://bugs.freedesktop.org/show_bug.cgi?id=66388
    
    Had missed a 4 byte padding field between the transform data and
    the start of the filter name fields.
    
    The offset to the strings now matches the 96 bytes specified for
    sz_xRRGetCrtcTransformReply in <X11/extensions/randrproto.h> and
    the test case now reports:
                             pending filter name: "bilinear"
    instead of:
                             current filter name: "^@^@^@^@bili"
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list