xenocara/dist/libxcb
dcoppa 2cda6f76a0 Pull in some fixes from upstream:
o various memleak fixes
o ensure get_wm_class_from_reply returns a valid C-string

OK matthieu@, deraadt@
2010-08-04 07:47:53 +00:00
..
doc Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@. 2010-04-18 20:06:18 +00:00
src Pull in some fixes from upstream: 2010-08-04 07:47:53 +00:00
tests Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@. 2010-04-18 20:06:18 +00:00
tools import libxcb 1.2 2009-05-22 15:55:46 +00:00
acinclude.m4 Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@. 2010-04-18 20:06:18 +00:00
aclocal.m4 import libxcb 1.2 2009-05-22 15:55:46 +00:00
autogen.sh import libxcb 1.2 2009-05-22 15:55:46 +00:00
config.guess import libxcb 1.2 2009-05-22 15:55:46 +00:00
config.sub import libxcb 1.2 2009-05-22 15:55:46 +00:00
configure import libxcb 1.2 2009-05-22 15:55:46 +00:00
configure.ac Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@. 2010-04-18 20:06:18 +00:00
COPYING import libxcb 1.2 2009-05-22 15:55:46 +00:00
depcomp import libxcb 1.2 2009-05-22 15:55:46 +00:00
INSTALL import libxcb 1.2 2009-05-22 15:55:46 +00:00
install-sh import libxcb 1.2 2009-05-22 15:55:46 +00:00
ltmain.sh import libxcb 1.2 2009-05-22 15:55:46 +00:00
Makefile.am Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@. 2010-04-18 20:06:18 +00:00
Makefile.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
missing import libxcb 1.2 2009-05-22 15:55:46 +00:00
NEWS Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@. 2010-04-18 20:06:18 +00:00
README import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-composite.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-damage.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-dpms.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-dri2.pc.in Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@. 2010-04-18 20:06:18 +00:00
xcb-glx.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-randr.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-record.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-render.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-res.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-screensaver.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-shape.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-shm.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-sync.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xevie.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xf86dri.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xfixes.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xinerama.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xinput.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xprint.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xselinux.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xtest.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xv.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb-xvmc.pc.in import libxcb 1.2 2009-05-22 15:55:46 +00:00
xcb.pc.in update to libxcb 1.3 2009-05-31 16:44:43 +00:00

About libxcb
============

libxcb provides an interface to the X Window System protocol, which
replaces the current Xlib interface. It has several advantages over
Xlib, including:
- size: small, simple library, and lower memory footprint
- latency hiding: batch several requests and wait for the replies later
- direct protocol access: interface and protocol correspond exactly
- proven thread support: transparently access XCB from multiple threads
- easy extension implementation: interfaces auto-generated from XML-XCB

Xlib can also use XCB as a transport layer, allowing software to make
requests and receive responses with both, which eases porting to XCB.
However, client programs, libraries, and toolkits will gain the most
benefit from a native XCB port.


Please report any issues you find to the freedesktop.org bug tracker,
at:

	<https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>

Discussion about XCB occurs on the XCB mailing list:

        <mailto:xcb at lists.freedesktop.org>
        <http://lists.freedesktop.org/mailman/listinfo/xcb>

You can obtain the latest development versions of XCB using GIT.
For anonymous checkouts, use:

        git clone git://anongit.freedesktop.org/git/xcb/libxcb

For developers, use:

        git clone git+ssh://git.freedesktop.org/git/xcb/libxcb