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

..03-May-2022-

image/H03-May-2022-2,7931,843

m4/H15-Oct-2014-8,8507,972

test/H03-May-2022-2,6872,274

COPYINGH A D11-Jun-20141.4 KiB2823

ChangeLogH A D15-Oct-201431.1 KiB938622

INSTALLH A D15-Oct-201415.4 KiB371288

Makefile.amH A D11-Jun-2014227 1710

Makefile.inH A D03-May-202226 KiB850751

NEWSH A D15-Oct-20141.1 KiB3125

READMEH A D14-Apr-20111.4 KiB3825

aclocal.m4H A D15-Oct-2014119.1 KiB3,3043,031

autogen.shH A D29-Jan-2014735 2816

compileH A D15-Oct-20147.2 KiB348258

config.guessH A D15-Oct-201441.9 KiB1,4211,229

config.h.inH A D15-Oct-20141.9 KiB7550

config.subH A D15-Oct-201435 KiB1,8001,662

configureH A D03-May-2022600.6 KiB21,02317,291

configure.acH A D24-Sep-2014640 2622

depcompH A D15-Oct-201423 KiB792502

install-shH A D15-Oct-201413.7 KiB528351

ltmain.shH A D15-Oct-2014277 KiB9,6627,310

missingH A D15-Oct-20146.7 KiB216143

test-driverH A D15-Oct-20144.2 KiB14084

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-image module
24===========================
25
26XCB util-image module provides the following library:
27
28  - image: Port of Xlib's XImage and XShmImage functions.
29
30You can obtain the latest development versions of XCB util-image using
31GIT. For anonymous checkouts, use:
32
33  git clone --recursive git://anongit.freedesktop.org/git/xcb/util-image
34
35For developers, use:
36
37  git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-image
38