libX11: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Mon Sep 21 09:59:50 PDT 2015


 configure.ac          |    4 -
 include/X11/Xlibint.h |  118 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/ClDisplay.c       |    2 
 src/Font.c            |    2 
 src/GetAtomNm.c       |   13 ++---
 src/GetWAttrs.c       |   13 ++---
 src/IntAtom.c         |   14 +++--
 src/OpenDis.c         |    4 -
 src/PutImage.c        |    2 
 src/XlibAsync.c       |   18 +++++--
 src/XlibInt.c         |   31 +++++++------
 src/Xxcbint.h         |    5 +-
 src/xcb_io.c          |   80 ++++++++++++++++-----------------
 13 files changed, 220 insertions(+), 86 deletions(-)

New commits:
commit 3f41d8a7f82eb5ffbd5c5d36472cf7043186b904
Author: Julien Cristau <jcristau at debian.org>
Date:   Fri May 1 13:50:15 2015 +0200

    Mark _XNextRequest as hidden
    
    It's only used inside XNextRequest(), so doesn't need to be exported.
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a72d2d06c002b644b7040a0a9936c8525e092ba8
Author: Christian Linhart <chris at demorecorder.com>
Date:   Mon Sep 7 17:17:32 2015 +0200

    fix for Xlib 32-bit request number issues
    
    Make use of the new 64-bit sequence number API in XCB 1.11.1 to avoid
    the 32-bit sequence number wrap in libX11.
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71338
    Signed-off-by: Christian Linhart <chris at demorecorder.com>
    Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
    Reviewed-by: Adam Jackson <ajax at redhat.com>



More information about the xorg-commit mailing list