Index of /pub/NetBSD/NetBSD-release-9/xsrc/external/mit/libxcb/dist

Icon  Name                                                   Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] COPYING 2010-07-18 05:37 1.3K [DIR] CVS/ 2020-03-20 07:41 - [TXT] ChangeLog 2018-12-29 07:14 263K [TXT] INSTALL 2017-03-05 17:57 15K [   ] Makefile.am 2018-03-14 15:43 1.8K [TXT] Makefile.in 2018-12-29 07:14 47K [TXT] NEWS 2018-12-29 07:14 25K [TXT] README 2010-07-18 05:37 1.3K [TXT] aclocal.m4 2018-12-29 07:14 131K [   ] autogen.sh 2013-06-12 15:11 209 [DIR] build-aux/ 2020-03-20 07:40 - [   ] check-pc-requires 2017-03-05 17:57 1.1K [TXT] configure 2018-12-29 07:14 671K [   ] configure.ac 2018-12-29 07:14 11K [DIR] doc/ 2020-03-20 07:40 - [DIR] m4/ 2020-03-20 07:40 - [DIR] man/ 2020-03-20 07:40 - [DIR] src/ 2020-03-20 07:40 - [DIR] tests/ 2020-03-20 07:40 - [DIR] tools/ 2020-03-20 07:40 - [TXT] xcb-composite.pc.in 2017-03-05 17:57 258 [TXT] xcb-damage.pc.in 2017-03-05 17:57 249 [TXT] xcb-dpms.pc.in 2017-03-05 17:57 232 [TXT] xcb-dri2.pc.in 2017-03-05 17:57 232 [TXT] xcb-dri3.pc.in 2017-03-05 17:57 232 [TXT] xcb-ge.pc.in 2018-03-14 15:43 246 [TXT] xcb-glx.pc.in 2017-03-05 17:57 229 [TXT] xcb-present.pc.in 2017-03-05 17:57 271 [TXT] xcb-randr.pc.in 2017-03-05 17:57 246 [TXT] xcb-record.pc.in 2017-03-05 17:57 238 [TXT] xcb-render.pc.in 2017-03-05 17:57 238 [TXT] xcb-res.pc.in 2017-03-05 17:57 236 [TXT] xcb-screensaver.pc.in 2017-03-05 17:57 253 [TXT] xcb-shape.pc.in 2017-03-05 17:57 235 [TXT] xcb-shm.pc.in 2017-03-05 17:57 229 [TXT] xcb-sync.pc.in 2017-03-05 17:57 232 [TXT] xcb-xevie.pc.in 2017-03-05 17:57 235 [TXT] xcb-xf86dri.pc.in 2017-03-05 17:57 249 [TXT] xcb-xfixes.pc.in 2017-03-05 17:57 259 [TXT] xcb-xinerama.pc.in 2017-03-05 17:57 244 [TXT] xcb-xinput.pc.in 2017-03-05 17:57 264 [TXT] xcb-xkb.pc.in 2017-03-05 17:57 249 [TXT] xcb-xprint.pc.in 2017-03-05 17:57 238 [TXT] xcb-xselinux.pc.in 2017-03-05 17:57 242 [TXT] xcb-xtest.pc.in 2017-03-05 17:57 235 [TXT] xcb-xv.pc.in 2017-03-05 17:57 234 [TXT] xcb-xvmc.pc.in 2017-03-05 17:57 239 [TXT] xcb.pc.in 2010-07-18 05:37 286
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