libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue May 20 21:37:09 PDT 2014


 src/Macros.c  |   14 +++++++++++++-
 src/Xxcbint.h |    2 ++
 src/xcb_io.c  |   11 +++++++++++
 3 files changed, 26 insertions(+), 1 deletion(-)

New commits:
commit 7f8f9a36ef901f31279c385caf960a22daeb33fe
Author: Owen W. Taylor <otaylor at fishsoup.net>
Date:   Fri May 9 18:21:05 2014 -0400

    Fix XNextRequest() after direct usage of XCB
    
    When XCB owns the X socket, dpy->request is not updated, so
    NextRequest() and XNextRequest() return the wrong value. There's
    nothing we can do to fix NextRequest() while retaining ABI compat,
    but change XNextRequest() to grab the socket back from XCB,
    updating dpy->request.
    
    Signed-off-by: Owen W. Taylor <otaylor at fishsoup.net>
    Reviewed-by: Uli Schlachter <psychon at znc.in>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list