• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cursor/H03-May-2022-2,4211,846

m4/H12-May-2016-9,3218,427

COPYINGH A D12-May-20161.3 KiB2419

ChangeLogH A D12-May-201612.7 KiB373250

INSTALLH A D12-May-201615.4 KiB371288

Makefile.amH A D12-May-2016223 1710

Makefile.inH A D03-May-202226.1 KiB852755

NEWSH A D12-May-20161 KiB3727

READMEH A D12-May-20161.3 KiB3825

aclocal.m4H A D12-May-2016121.7 KiB3,3683,092

autogen.shH A D12-May-2016735 2816

compileH A D12-May-20167.2 KiB348258

config.guessH A D12-May-201642.5 KiB1,4421,249

config.subH A D12-May-201635.3 KiB1,8141,676

configureH A D03-May-2022616.6 KiB21,49117,515

configure.acH A D12-May-20161.2 KiB4131

depcompH A D12-May-201623 KiB792502

install-shH A D12-May-201614.8 KiB509329

ltmain.shH A D12-May-2016316.8 KiB11,1577,986

missingH A D12-May-20166.7 KiB216143

xcb_util_intro.inH A D12-May-2016573 2519

README

1About XCB util modules
2======================
3
4The XCB util modules provides a number of libraries which sit on top
5of libxcb, the core X protocol library, and some of the extension
6libraries. These experimental libraries provide convenience functions
7and interfaces which make the raw X protocol more usable. Some of the
8libraries also provide client-side code which is not strictly part of
9the X protocol but which have traditionally been provided by Xlib.
10
11If you find any of these libraries useful, please let us know what
12you're using and why you aren't in a mental hospital yet. We'd welcome
13patches/suggestions for enhancement and new libraries; Please report any
14issues you find to the freedesktop.org bug tracker, at:
15
16  <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
17
18Discussion 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
23About XCB util-cursor module
24============================
25
26XCB util-cursor module provides the following libraries:
27
28  - cursor: port of libxcursor
29
30You can obtain the latest development versions of XCB util-cursor using
31GIT. For anonymous checkouts, use:
32
33  git clone --recursive git://anongit.freedesktop.org/git/xcb/util-cursor
34
35For developers, use:
36
37  git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-cursor
38