libX11: Changes to 'master'

Jamey Sharp jamey at kemper.freedesktop.org
Thu Apr 15 14:28:51 PDT 2010


 src/XlibInt.c  |    6 ++----
 src/Xprivate.h |    4 ++--
 src/xcb_io.c   |    3 +--
 3 files changed, 5 insertions(+), 8 deletions(-)

New commits:
commit a3f5f1b90936d23e9894e3261b2d77fb7b32a51a
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 15 14:24:21 2010 -0700

    Stop returning an int from _XIDHandler and _XSeqSyncFunction
    
    _XIDHandler and _XSeqSyncFunction originally ran from dpy->synchandler, and
    thus had to return an int.  Now, they only run from _XPrivSyncHandler or
    LockDisplay, neither of which needs to check their return value since they
    always returned 0.  Make them both void.
    
    Signed-off-by: Josh Triplett <josh at freedesktop.org>
    Signed-off-by: Jamey Sharp <jamey at minilop.net>



More information about the xorg-commit mailing list