Find a file
Jamey Sharp 9e6581c982 Revert "Bugfix: GetKeyboardMapping's keysyms list had the wrong length."
This was supposed to go on master. It helps to look at what branch I'm
on. sigh...

We'll pull this commit back from master next time we do a release.

This reverts commit 12c170e5e5.
2007-12-01 12:35:43 -08:00
debian Debian package version 1.1-1 2007-11-06 21:44:31 -08:00
doc Remove arbitrary division between xcb_types and xproto by merging 2006-06-15 03:03:13 -07:00
src Revert "Bugfix: GetKeyboardMapping's keysyms list had the wrong length." 2007-12-01 12:35:43 -08:00
.gitignore Integrate top-level .gitignore into .gitignore for each subdirectory 2006-09-24 03:19:54 -07:00
autogen.sh Update autogen.sh to one that does objdir != srcdir. 2007-04-11 17:23:44 +02:00
configure.ac Release xcb-proto 1.1 2007-11-04 14:17:52 -08:00
COPYING Fix the year in the other COPYING. 2006-04-27 17:58:37 -07:00
INSTALL Remove xcl and CVSROOT. 2006-02-18 16:49:41 -08:00
Makefile.am Add doc directory to EXTRA_DIST. 2006-04-15 14:52:36 -07:00
NEWS Release xcb-proto 1.1 2007-11-04 14:17:52 -08:00
README Release xcb-proto 1.0 RC2 (0.9.92). 2006-10-07 19:46:15 -07:00
TODO Add test program for XFree86-DRI extension to xcb-demo. Mark XFree86-DRI extension as tested and working. 2006-04-27 14:14:54 -07:00
xcb-proto.pc.in Move XML protocol descriptions to $datadir/xcb (generally $prefix/share/xcb). 2006-09-25 03:27:27 -07:00

About xcb-proto
===============

xcb-proto provides the XML-XCB protocol descriptions that libxcb uses to
generate the majority of its code and API. We provide them separately
from libxcb to allow reuse by other projects, such as additional
language bindings, protocol dissectors, or documentation generators.

This separation between the XCB transport layer and the
automatically-generated protocol layer also makes it far easier to write
new extensions. With the Xlib infrastructure, client-side support for
new extensions requires significant duplication of effort. With XCB and
the XML-XCB protocol descriptions, client-side support for a new
extension requires only an XML description of the extension, and not a
single line of code.

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/proto

For developers, use:

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