libX11: Changes to 'master'

Josh Triplett josh at kemper.freedesktop.org
Fri Oct 6 03:49:08 EEST 2006


 .gitignore        |    1 +
 configure.ac      |    3 ++-
 src/ClDisplay.c   |    2 +-
 src/Makefile.am   |    5 +++++
 src/OpenDis.c     |    6 +++---
 src/xcl/display.c |    5 -----
 src/xcl/io.c      |    5 -----
 src/xcl/x11-xcb.c |   15 +++++++++++++++
 x11-xcb.pc.in     |   11 +++++++++++
 9 files changed, 38 insertions(+), 15 deletions(-)

New commits:
commit e754b3b078d556c7861da56aad47d244e9199e06
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Oct 5 17:44:22 2006 -0700

    Split public Xlib/XCB functions into libX11-xcb
    
    We can never change the libX11 soname, and we don't want to commit to never
    changing the public Xlib/XCB functions, so split them into a separate library
    libX11-xcb.  This also means that a program linked solely against libX11
    should work with either Xlib or Xlib/XCB, which will make life easier for
    package maintainers.
    
    Signed-off-by: Josh Triplett <josh at freedesktop.org>
    Acked-by: Jamey Sharp <jamey at minilop.net>




More information about the xorg-commit mailing list