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