libX11: Changes to 'master'

Josh Triplett josh at kemper.freedesktop.org
Fri Oct 6 22:38:14 EEST 2006


 configure.ac           |    2 -
 include/Makefile.am    |    2 -
 include/X11/Xlib-xcb.h |   15 ++++++++
 include/X11/Xlibint.h  |    2 -
 include/X11/xcl.h      |   52 -------------------------------
 src/ClDisplay.c        |    4 +-
 src/Makefile.am        |    8 ++--
 src/OpenDis.c          |   12 +++----
 src/Xxcbint.h          |   20 +++++------
 src/x11_xcb.c          |    6 +--
 src/xcb_disp.c         |   26 +++++++--------
 src/xcb_io.c           |   82 ++++++++++++++++++++++++-------------------------
 src/xcb_lock.c         |   78 +++++++++++++++++++++++-----------------------
 13 files changed, 136 insertions(+), 173 deletions(-)

New commits:
commit ab728ca372288d0db1b486c265e34c1376f29104
Author: Josh Triplett <josh at freedesktop.org>
Date:   Fri Oct 6 12:36:39 2006 -0700

    XCL is dead; long live Xlib/XCB
    
    Rename all instances of "XCL" to Xlib/XCB-derived names.
    
    The only user-visible change: rename the include file <X11/xcl.h> to
    <X11/Xlib-xcb.h>; programs will need to change their #include lines to match.
    
    Remove the XCL cast inlines from Xlib-xcb.h.




More information about the xorg-commit mailing list