Tizen 2.1 base
[framework/uifw/xorg/xcb/xcb-util.git] / README
1 About XCB util modules
2 ======================
3
4 The XCB util modules provides a number of libraries which sit on top
5 of 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 If you find any of these libraries useful, please let us know what
12 you're using and why you aren't in a mental hospital yet. We'd welcome
13 patches/suggestions for enhancement and new libraries; Please report any
14 issues you find to the freedesktop.org bug tracker, at:
15
16   <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
17
18 Discussion about XCB occurs on the XCB mailing list:
19
20   <mailto:xcb at lists.freedesktop.org>
21   <http://lists.freedesktop.org/mailman/listinfo/xcb>
22
23 About XCB util module
24 =====================
25
26 XCB util module provides the following library:
27
28   - aux: Convenient access to connection setup and some core requests.
29   - atom: Standard core X atom constants and atom caching.
30   - event: Some utilities that have little to do with events any more.
31
32 You can obtain the latest development versions of XCB util using
33 GIT. For anonymous checkouts, use:
34
35   git clone --recursive git://anongit.freedesktop.org/git/xcb/util
36
37 For developers, use:
38
39   git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util