Home | History | Annotate | only in /xsrc/external/mit/xcb-util/dist
Up to higher level directory
NameDateSize
acinclude.m417-Jul-20106.3K
aclocal.m417-Jul-2010314.5K
atom/19-Feb-2026
aux/19-Feb-2026
config.guess17-Jul-201044.5K
config.sub17-Jul-201033.3K
configure17-Jul-2010390.5K
configure.ac17-Jul-20103.1K
depcomp17-Jul-201018.2K
event/19-Feb-2026
icccm/19-Feb-2026
image/19-Feb-2026
install-sh17-Jul-201013.3K
keysyms/19-Feb-2026
ltmain.sh17-Jul-2010237.7K
Makefile.am17-Jul-2010138
Makefile.in17-Jul-201022.3K
missing17-Jul-201011.2K
property/19-Feb-2026
README17-Jul-20101.6K
renderutil/19-Feb-2026
reply/19-Feb-2026
xcb-util-common.h17-Jul-20101.6K
xcb_util_intro.in17-Jul-2010573

README

      1 About XCB util
      2 ==============
      3 
      4 The xcb-util module provides a number of libraries which sit on top of
      5 libxcb, the core X protocol library, and some of the extension
      6 libraries. These experimental libraries provide convenience functions
      7 and interfaces which make the raw X protocol more usable. Some of the
      8 libraries also provide client-side code which is not strictly part of
      9 the X protocol but which have traditionally been provided by Xlib.
     10 
     11 These libraries are currently included, roughly ordered by maturity:
     12 
     13 render-util: Convenience functions for the Render extension.
     14 aux: Convenient access to connection setup and some core requests.
     15 atom: Standard core X atom constants and atom caching.
     16 property: Callback X property-change handling.
     17 icccm: Both client and window-manager helpers for ICCCM.
     18 keysyms: Standard X key constants and conversion to/from keycodes.
     19 event: Callback X event handling.
     20 image: Port of Xlib's XImage and XShmImage functions.
     21 
     22 If you find any of these libraries useful, please let us know what
     23 you're using and why you aren't in a mental hospital yet. We'd welcome
     24 patches/suggestions for enhancement and new libraries; Please report any
     25 issues you find to the freedesktop.org bug tracker, at:
     26 
     27 	<https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
     28 
     29 Discussion about XCB occurs on the XCB mailing list:
     30 
     31         <mailto:xcb at lists.freedesktop.org>
     32         <http://lists.freedesktop.org/mailman/listinfo/xcb>
     33 
     34 You can obtain the latest development versions of XCB using GIT.
     35 For anonymous checkouts, use:
     36 
     37         git clone git://anongit.freedesktop.org/git/xcb/util
     38 
     39 For developers, use:
     40 
     41         git clone git+ssh://git.freedesktop.org/git/xcb/util
     42